Skip to content

Commit 4d1fc86

Browse files
updated the copilot comments
1 parent 7d8b992 commit 4d1fc86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/main_custom.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,10 +1916,10 @@ output CONTAINER_APP_NAME string = avmContainerApp.outputs.name
19161916
@description('The name of the Container App used for Workflow.')
19171917
output CONTAINER_WORKFLOW_APP_NAME string = avmContainerApp_Workflow.outputs.name
19181918

1919-
@description('The user identity resource ID used fot the Container APP.')
1919+
@description('The user identity resource ID used for the Container APP.')
19201920
output CONTAINER_APP_USER_IDENTITY_ID string = avmContainerRegistryReader.outputs.resourceId
19211921

1922-
@description('The user identity Principal ID used fot the Container APP.')
1922+
@description('The user identity Principal ID used for the Container APP.')
19231923
output CONTAINER_APP_USER_PRINCIPAL_ID string = avmContainerRegistryReader.outputs.principalId
19241924

19251925
@description('The name of the Azure Container Registry.')

0 commit comments

Comments
 (0)