Skip to content

Commit 4a9fefa

Browse files
authored
custom note markdown
1 parent 78eb1ea commit 4a9fefa

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/trusted-signing/quickstart.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ trustedsigning certificate-profile show -g myRG --account-name MyAccount -n MyP
262262
4. On the Trusted Signing account section, select the Trusted Signing account to be deleted.
263263
5. Select **Delete**.
264264

265-
**Note**: This action removes all certificate profiles linked to this account, effectively halting the signing process associated with those specific certificate profiles.
265+
>[!Note]
266+
>This action removes all certificate profiles linked to this account, effectively halting the signing process associated with those specific certificate profiles.
266267
267268
- Delete the Certificate Profile:
268269

@@ -271,7 +272,8 @@ trustedsigning certificate-profile show -g myRG --account-name MyAccount -n MyP
271272
3. On the **Certificate Profiles**, choose the certificate profile to be deleted.
272273
4. Select **Delete**.
273274

274-
**Note**: This action halts any signing associated with the corresponding certificate profiles.
275+
>[!Note]
276+
> This action halts any signing associated with the corresponding certificate profiles.
275277
276278
# [Azure CLI](#tab/adeleteresources-cli)
277279

@@ -281,15 +283,17 @@ trustedsigning certificate-profile show -g myRG --account-name MyAccount -n MyP
281283
trustedsigning delete -n MyAccount -g MyResourceGroup
282284
```
283285

284-
**Note**: This action removes all certificate profiles linked to this account, effectively halting the signing process associated with those specific certificate profiles.
286+
>[!Note]
287+
>This action removes all certificate profiles linked to this account, effectively halting the signing process associated with those specific certificate profiles.
285288
286289
- Delete the certificate profile:
287290

288291
```
289292
trustedsigning certificate-profile delete -g MyResourceGroup --account-name MyAccount -n MyProfile
290293
```
291294

292-
**Note**: This action halts any signing associated with the corresponding certificate profiles.
295+
>[!Note]
296+
>This action halts any signing associated with the corresponding certificate profiles.
293297
294298
---
295299

0 commit comments

Comments
 (0)