Used to extract rtags relating to files uploaded to a SP /library.
Steps.
- Install/Check if we have virtualenv module installed
- Create a requirements.txt file and list down all modules needed for this app
- Create venv using python -m venv virtualenv
- Activate it using ./virtualenv/Scripts/Activate.ps1
- Now run pip-install -r requirements.txt this will install all needed packages to virtualenv\include\lib
- Create a .env file and list all variables here as key value pair Password=mypassword
- Create a git ignore file to ignore .env from checking in to sc
- Looks like evertyhing is fine from desktop now let's host it as a Azure webapp 9.Also Commit all the chnages from VS code which will sync to the local git.In GitHub Desktop publish this to web
- Make sure to get Azure Web App extensiion in VS Code and you can directly push the file