Reputation: 1041
I have python scripts that I want to host as a web app in azure.
How can I got about doing this?
Upvotes: 0
Views: 141
Reputation:
After authorizing, provide your GitHub Repository details in the same section.
Here after publishing to azure, you'll get the Azure Functions Python Rest API.
- I want some devs to be able to change the scripts in the azure data storage and reflect the changes live without having to deploy.
Whenever you or dev's make changes the changes in code through GitHub and commit the changes, then it automatically reflects in the Azure Portal Function App.
For more information, please refer this article and GitHub actions of editing the code/script files.
Upvotes: 1