In this video, I discussed about how to deploy python web app or API to azure web app resource. Commands used: Name -- SCM_DO_BUILD_DURING_DEPLOYMENT Value -- true az webapp deploy ` --name $appServiceName ` --resource-group $resourceGroupName ` --src-path 'zip-file-path' gunicorn -w 2 -k -b main:app #azure #azurewebapp #azureappservice #deployment #python #api #development #ai #mcp #azureai











