Skip to content

Commit b0e62fd

Browse files
Update articles/container-apps/managed-identity.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 3c4b2c8 commit b0e62fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The following example shows how to use a managed identities with an Azure Queue
321321

322322
# [ARM template](#tab/arm)
323323

324-
Note the additional properties `accountName`, which is the name of the Storage account that the queue is in, and `identity`, which specifies the managed identity to use. You do not need to use the `auth` property.
324+
The queue storage account uses the `accountName` property to identify the storage account, while the `identity` property specifies which managed identity to use. You do not need to use the `auth` property.
325325

326326
```json
327327
"scale": {

0 commit comments

Comments
 (0)