Category: Uncatagorised
-
Send and receive messages with Azure Event Hubs using .NET Part 2 – Create the .NET Core console project for sending
Launch Visual Studio 2019 and create a C# .Net Core console app. Now this first app will be the sender app so note the project and of the solution. Open the Nuget Package console and add the nuget package as such. There we go! Now in the next post we’ll write the code and watch […]
-
Install Docker on a Azure Linux VM, upload a docker image to Azure Container Registry and Deploy a Azure Container Instance
Install Azure CLI and the VSCode extension Install a Linux VM in Azure Install Docker Create Azure Container Registry Push a docker image to Azure Registry Create an Azure container instance from a private registry