Tag: azure cli
-
What can you do with Azure Functions? Here’s one example.
Last week I attended a tech conference where I learned about Azure Functions. This new service from Azure, Microsoft’s cloud platform, is something that got me interested. Microsoft is promoting this new service as a server-less option for simple APIs, triggers, notifications, and anything that you can think of that can be processed by a…
-
Create and Deploy a React App to Azure using .NET Core and Azure CLI on Mac
Prerequisites Install the .NET Core SDK. The .NET Core SDK includes the latest release of the .NET Core framework and runtime. Install Visual Studio Code for Mac. Install the Azure Command Line Interface (CLI) Getting Started In this tutorial, you’ll set up your Mac to do development using .NET Core and Azure. The tutorial also…