Cloud Development Environments
In this post I am going to talk about the different options that we have to create a cloud development environment offered by Microsoft & GitHub.
In this post I am going to talk about the different options that we have to create a cloud development environment offered by Microsoft & GitHub.
In this post I am sharing some tips about GitHub to celebrate "GitHub de Mayo". I hope you find these tips useful:
I'm very excited to be back at Microsoft and to be part of the Global Black Belt team. I will be helping developers to build amazing solutions with GitHub & Azure.
In this post I show how to add Azure Cognitive Search to CosmicWorks to enable full text search and how to add Azure OpenAI to CosmicWorks to enable chat experience with GPT from Azure OpenAI.
In this post I will show you how to connect to SQL Azure without using secrets, using Azure Active Directory.
Depending on how your team tracks the work, they may want to know how many days a work item has been open. For example, if you have a work item that has been open for a long time, you may want to close it or prioritize it.
In this post, I will show you how to get how many days work items have been open in Azure Boards.
A commit is a code change that is made to a repository. When a developer makes a commit, it is important to ensure that the code changes are made by an authorized person and that the changes have not been tampered with. This is where GitHub verified commits come in. This is useful to prevent impersonation and to ensure that the code you are downloading is the code that was uploaded by the developer.
In this post, we will build a contact form with Azure Functions and Azure Communication Services.
Migrating a repository from one platform to another can be a challenging task, but with the right tools and guidance, it can be a straightforward process. We'll guide you through the steps to migrate a repository from Azure DevOps to GitHub using the import code option.