Skip to content

Commit 3ff267f

Browse files
committed
Extra edits
1 parent 65a9b0e commit 3ff267f

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/ai-services/immersive-reader/how-to-multiple-resources.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,32 @@ In this tutorial, you learn how to:
3333

3434
Follow [these instructions](how-to-create-immersive-reader.md) again to create each Immersive Reader resource. The `Create-ImmersiveReaderResource` script has `ResourceName`, `ResourceSubdomain`, and `ResourceLocation` as parameters. These parameters should be unique for each resource being created. The remaining parameters should be the same as what you used when setting up your first Immersive Reader resource. This way, each resource can be linked to the same Azure resource group and Microsoft Entra application.
3535

36-
The following example shows how to create two resources, one in **WestUS**, and another in **EastUS**. Notice the unique values for `ResourceName`, `ResourceSubdomain`, and `ResourceLocation`.
36+
The following example shows how to create two resources, one in **WestUS** and another in **EastUS**. Each resource has unique values for `ResourceName`, `ResourceSubdomain`, and `ResourceLocation`.
3737

3838
```azurepowershell-interactive
3939
Create-ImmersiveReaderResource
40-
-SubscriptionName <SUBSCRIPTION_NAME> `
41-
-ResourceName Resource_name_wus `
42-
-ResourceSubdomain resource-subdomain-wus `
43-
-ResourceSKU <RESOURCE_SKU> `
44-
-ResourceLocation westus `
45-
-ResourceGroupName <RESOURCE_GROUP_NAME> `
46-
-ResourceGroupLocation <RESOURCE_GROUP_LOCATION> `
47-
-AADAppDisplayName <AAD_APP_DISPLAY_NAME> `
48-
-AADAppIdentifierUri <AAD_APP_IDENTIFIER_URI> `
49-
-AADAppClientSecret <AAD_APP_CLIENT_SECRET>
40+
-SubscriptionName <SUBSCRIPTION_NAME>
41+
-ResourceName Resource_name_westus
42+
-ResourceSubdomain resource-subdomain-westus
43+
-ResourceSKU <RESOURCE_SKU>
44+
-ResourceLocation westus
45+
-ResourceGroupName <RESOURCE_GROUP_NAME>
46+
-ResourceGroupLocation <RESOURCE_GROUP_LOCATION>
47+
-AADAppDisplayName <MICROSOFT_ENTRA_DISPLAY_NAME>
48+
-AADAppIdentifierUri <MICROSOFT_ENTRA_IDENTIFIER_URI>
49+
-AADAppClientSecret <MICROSOFT_ENTRA_CLIENT_SECRET>
5050
5151
Create-ImmersiveReaderResource
52-
-SubscriptionName <SUBSCRIPTION_NAME> `
53-
-ResourceName Resource_name_eus `
54-
-ResourceSubdomain resource-subdomain-eus `
55-
-ResourceSKU <RESOURCE_SKU> `
56-
-ResourceLocation eastus `
57-
-ResourceGroupName <RESOURCE_GROUP_NAME> `
58-
-ResourceGroupLocation <RESOURCE_GROUP_LOCATION> `
59-
-AADAppDisplayName <AAD_APP_DISPLAY_NAME> `
60-
-AADAppIdentifierUri <AAD_APP_IDENTIFIER_URI> `
61-
-AADAppClientSecret <AAD_APP_CLIENT_SECRET>
52+
-SubscriptionName <SUBSCRIPTION_NAME>
53+
-ResourceName Resource_name_eastus
54+
-ResourceSubdomain resource-subdomain-eastus
55+
-ResourceSKU <RESOURCE_SKU>
56+
-ResourceLocation eastus
57+
-ResourceGroupName <RESOURCE_GROUP_NAME>
58+
-ResourceGroupLocation <RESOURCE_GROUP_LOCATION>
59+
-AADAppDisplayName <MICROSOFT_ENTRA_DISPLAY_NAME>
60+
-AADAppIdentifierUri <MICROSOFT_ENTRA_IDENTIFIER_URI>
61+
-AADAppClientSecret <MICROSOFT_ENTRA_CLIENT_SECRET>
6262
```
6363

6464
## Add resources to environment configuration

0 commit comments

Comments
 (0)