You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,10 +94,10 @@ This script serves as the frontend for the embedding demo that uses the Azure Op
92
94
## Executing the Azure OpenAI Demo w/ Streamlit Frontend <aname="executing_the_azure_openai_demo"></a>
93
95
94
96
In this phase, you will choose your preferred environment to execute the Azure OpenAI Demo with a Streamlit frontend. You can either use Azure ML or run the demo locally using VSCode. Please choose an execution environment below:
95
-
+[Executing via Azure ML or VM](#executing_via_azure_ml_vm)
97
+
+[Executing via Azure VM](#executing_via_azure_vm)
96
98
+[Executing via VsCode](#executing_via_vscode)
97
99
98
-
### Executing via Azure ML or VM <aname="executing_via_azure_ml_vm"></a>
100
+
### Executing via Azure VM <aname="executing_via_azure_vm"></a>
99
101
If you are in the NIH environment Streamlit's native behavior expects to run applications locally on port 8501, which isn't possible when executing this demo from Azure VM.
100
102
101
103
Inorder to connect to the streamlit you must change the **port to 3389**. This is an approved port and will ensure that you can access and interact with the Streamlit application without needing to run from your local machine.
0 commit comments