Creating Function App to Host the API
Discover how to deploy your local API to Microsoft Azure by creating a Function app. Learn to use Azure CLI to log in, set subscription context, create necessary storage, and configure the app for .NET runtime hosting. This lesson prepares you to host APIs efficiently on Azure.
We'll cover the following...
We'll cover the following...
Creating the Function app
We used to run the image describer API locally. Now, we will deploy it to an Azure Function app.