Skip to content

Commit 8ea92a8

Browse files
authored
Merge branch 'MicrosoftDocs:main' into d4iot-sample-cli-port-configuration-fix
2 parents ff4475b + ca4e863 commit 8ea92a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/app-service/manage-create-arc-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The [custom location](../azure-arc/kubernetes/custom-locations.md) in Azure is u
359359
```bash
360360
CUSTOM_LOCATION_NAME="my-custom-location" # Name of the custom location
361361

362-
CONNECTED_CLUSTER_ID=$(az connectedk8s show --resource-group $GROUP_NAME --name $CLUSTER_NAME-query id --output tsv)
362+
CONNECTED_CLUSTER_ID=$(az connectedk8s show --resource-group $GROUP_NAME --name $CLUSTER_NAME --query id --output tsv)
363363
```
364364

365365
# [PowerShell](#tab/powershell)

articles/container-apps/user-defined-routes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Your virtual networks in Azure have default route tables in place when you creat
114114

115115
| Setting | Action |
116116
|--|--|
117-
| **Address prefix** | Select the virtual network for your container app. |
118-
| **Next hop type** | Select the subnet your for container app. |
117+
| **Virtual network** | Select the virtual network for your container app. |
118+
| **Subnet** | Select the subnet your for container app. |
119119

120120
1. Select **OK**.
121121

articles/static-web-apps/assign-roles-microsoft-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ There's a function named *GetRoles* in the app's API. This function uses the use
180180
| `rolesSource` | The URL where the login process gets a list of available roles. For the sample application the URL is `/api/GetRoles`. |
181181
| `userDetailsClaim` | The URL of the schema used to validate the login request. |
182182
| `openIdIssuer` | The Microsoft Entra login route, appended with your tenant ID. |
183-
| `clientIdSettingName` | Your Microsoft Entra tenant ID. |
183+
| `clientIdSettingName` | Your Microsoft Entra client ID. |
184184
| `clientSecretSettingName` | Your Microsoft Entra client secret value. |
185185
| `loginParameters` | To obtain an access token for Microsoft Graph, the `loginParameters` field must be configured with `resource=https://graph.microsoft.com`. |
186186

0 commit comments

Comments
 (0)