Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomarin authored Apr 9, 2023
1 parent ad88769 commit 396c96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Example: https://myComputeInstance-8501.southcentralus.instances.azureml.ms/

- If WebApp deployed succesfully but the Application didn't start
1. Go to Azure portal -> Your Webapp -> Settings -> Configuration -> General Settings
2. Make sure that StartUp Command has: python -m streamlit run app/main.py --server.port 8000 --server.address 0.0.0.0
2. Make sure that StartUp Command has: python -m streamlit run app/Home.py --server.port 8000 --server.address 0.0.0.0

- If deployment fails with error "Cannot find SourceControlToken with name Github" you can try the following
1. Wait 20 mins and Retry
Expand Down

0 comments on commit 396c96f

Please sign in to comment.