Deploying the API to Azure Function App
Deploy the API to Azure Function app and monitor it using Azure Application Insights.
We'll cover the following...
We'll cover the following...
Deploying our API
- First of all, run the application given below, then open a new terminal by clicking “+” and enter the following command to sign in to Microsoft Azure:
- Now, set the context of Azure CLI to our desired subscription using the following command:
And now, run the following commands to publish the Function app:
And in a few minutes, our image describer API will be published in the URL below:
Note: Copy the ...