Skip to content

Commit 6764b7d

Browse files
committed
edits
1 parent 2636b43 commit 6764b7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/storage/files/files-managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ You now have a storage account and file share ready for SMB OAuth authentication
146146

147147
### [Azure CLI](#tab/cli)
148148

149-
To enable the **SMBOAuth** property on your storage account by using Azure CLI, first sign in to Azure:
149+
To enable the `SMBOAuth` property on your storage account by using Azure CLI, first sign in to Azure:
150150

151151
```azurecli
152152
az login
@@ -160,7 +160,7 @@ az account set --subscription "<subscription-ID>"
160160

161161
### Create the storage account
162162

163-
To create a new storage account with **SMBOAuth** enabled, run the following command. Replace `<resource-group>`, `<storage-account-name>`, and `<region>` with your values.
163+
To create a new storage account with `SMBOAuth` enabled, run the following command. Replace `<resource-group>`, `<storage-account-name>`, and `<region>` with your values.
164164

165165
```azurecli
166166
az storage account create --resource-group <resource-group> --name <storage-account-name> --location <region> --sku Standard_LRS --enable-smb-oauth true

0 commit comments

Comments
 (0)