Skip to content

Commit fa4c91c

Browse files
committed
updtates to names on documentation
1 parent 608bd3f commit fa4c91c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/CustomizingAzdParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Set the Environment Name Prefix
1111
azd env set AZURE_ENV_NAME 'cps'
1212
```
1313

14-
Change the Content Understanding Service Location (example: eastus2, westus2, etc.)
14+
Change the Azure Content Understanding Service Location (example: eastus2, westus2, etc.)
1515
```shell
1616
azd env set AZURE_ENV_CU_LOCATION 'West US'
1717
```

infra/deploy_role_assignments.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ param appConfigResourceId string // Resource ID of the App Configuration instanc
66
param storageResourceId string // Resource ID of the Storage account
77
param storagePrincipalId string // Resource ID of the Storage account
88

9-
param aiServiceCUId string // Resource ID of the Content Understanding Service
10-
param aiServiceId string // Resource ID of the Open AI service
9+
param aiServiceCUId string // Resource ID of the Azure AI Content Understanding Service
10+
param aiServiceId string // Resource ID of the Azure Open AI service
1111

1212
param containerRegistryReaderPrincipalId string
1313

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ param environmentName string
99
var uniqueId = toLower(uniqueString(subscription().id, environmentName, resourceGroup().location))
1010
var solutionPrefix = 'cps-${padLeft(take(uniqueId, 12), 12, '0')}'
1111

12-
@description('Location used for Cosmos DB, Container App deployment')
12+
@description('Location used for Azure Cosmos DB, Azure Container App deployment')
1313
param secondaryLocation string = 'EastUs2'
1414

1515
@minLength(1)
16-
@description('Location for the Content Understanding service deployment:')
16+
@description('Location for the Azure AI Content Understanding service deployment:')
1717
@allowed(['WestUS', 'SwedenCentral', 'AustraliaEast'])
1818
@metadata({
1919
azd: {

0 commit comments

Comments
 (0)