Skip to content

Commit e033177

Browse files
authored
Made style consistent with other documents
1 parent dd3c437 commit e033177

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/extensions/custom-script-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ CustomScript uses the following algorithm to execute a script.
209209
1. execute the script using _/bin/sh -c /var/lib/waagent/custom-script/#/script.sh.
210210

211211
#### Property: managedIdentity
212-
> [NOTE]
213-
> This property must be specified in protected settings only.
212+
> [!NOTE]
213+
> This property **must** be specified in protected settings only.
214214
215215
CustomScript (version 2.1 onwards) supports [managed identity](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview) for downloading file(s) from URLs provided in the "fileUris" setting. It allows CustomScript to access Azure Storage private blobs or containers without the user having to pass secrets like SAS tokens or storage account keys.
216216

@@ -247,7 +247,7 @@ To use the user-assigned identity on the target VM/VMSS, configure "managedident
247247
> }
248248
> ```
249249
250-
> [NOTE]
250+
> [!NOTE]
251251
> managedIdentity property **must not** be used in conjunction with storageAccountName or storageAccountKey properties
252252
253253
## Template deployment
@@ -282,7 +282,7 @@ Azure VM extensions can be deployed with Azure Resource Manager templates. The J
282282
}
283283
```
284284
285-
>[NOTE]
285+
>[!NOTE]
286286
>These property names are case-sensitive. To avoid deployment problems, use the names as shown here.
287287
288288
## Azure CLI

0 commit comments

Comments
 (0)