Before Proceeding, make sure you have coreved the following:
- Entra App information (Unique - One per each Application you're about to deploy: App ID, Tenant ID, Secret)
Click Here to Deploy Web Apps to Azure
Make sure to validate if you are creating New Resource Group (click on Create New) or select existing.
When Web App is up and running check the following:
- Web App main URL
Alternate deployment
az deployment group create --resource-group --template-uri https://raw.githubusercontent.com/thiagogbeier/flask_azure_app/main/azuredeploy.json --parameters siteName=myuniquesite123 clientId=xxxxx clientSecret=xxxxx tenantId=xxxxx
Web App expected outcome