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
- Select **Microsoft** and set **Client secret expiration**.
@@ -34,7 +34,7 @@ We will add Microsoft Entra ID as an authentication provider to API and Web Appl
34
34
35
35
1. Set Redirect URI in Single Page Application Platform
36
36
37
-
- Go to deployed Container App `ca-<your environment>-<randomname>-web` and select **Authentication** menu, then select created Application Registration.
37
+
- Go to deployed Container App `ca-<randomname>-web` and select **Authentication** menu, then select created Application Registration.
- You may get this URL from here in your Container App.
@@ -74,7 +74,7 @@ We will add Microsoft Entra ID as an authentication provider to API and Web Appl
74
74
75
75
1. Grab Scope Name for Impersonation
76
76
77
-
- Go to deployed Container App `ca-<your environment>-<randomname>-api` and select **Authentication** menu, then select created Application Registration.
77
+
- Go to deployed Container App `ca-<randomname>-api` and select **Authentication** menu, then select created Application Registration.
3. Add the **Client Id** obtained from [Step 2: Configure Application Registration - Web Application](#step-2-configure-application-registration---web-application), then save.
2. Select Container image and click **Edit**. Under **Environment variables** section, update 3 values which were taken in previous steps for **APP_MSAL_AUTH_CLIENT_ID**, **APP_MSAL_AUTH_SCOPE**, **APP_MSAL_TOKEN_SCOPE**.
101
+
1. Select **Containers** menu under **Application**. Then click **Environment variables**tab.
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ When you start the deployment, most parameters will have **default values**, but
121
121
By default, the **GPT model capacity**in deployment is set to **30k tokens**.
122
122
> **We recommend increasing the capacity to 100k tokens for optimal performance.**
123
123
124
-
To adjust quota settings, follow these [steps](./docs/AzureGPTQuotaSettings.md).
124
+
To adjust quota settings, follow these [steps](./AzureGPTQuotaSettings.md).
125
125
126
126
**⚠️ Warning:** Insufficient quota can cause deployment errors. Please ensure you have the recommended capacity or request additional capacity before deploying this solution.
0 commit comments