Skip to content

Commit 88f80ed

Browse files
author
Larry
committed
fixing errors
1 parent 451deb4 commit 88f80ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-create-workspace-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ __To add the Azure Machine Learning app as a contributor__, use the following co
9898
az login
9999
```
100100
101-
[!INCLUDE [subscription-login](../../includes/machine-learning-cli-subscriptions.md)]
101+
[!INCLUDE [subscription-login](../../includes/machine-learning-cli-subscription.md)]
102102
103103
1. To get the object ID of the Azure Machine Learning app, use the following command. The value may be different for each of your Azure subscriptions:
104104
@@ -132,7 +132,7 @@ __To add an access policy to the key vault, use the following commands__:
132132
az keyvault set-policy --name <keyvault-name> --object-id <object-ID> --key-permissions get unwrapKey wrapKey
133133
```
134134
135-
__To enable customer-managed keys for Azure Cosmos DB__, send mail to [[email protected]]([email protected]) with your Azure subscription ID. For more information, see [Configure customer-managed keys for your Azure Cosmos account](..//cosmos-db/how-to-setup-cmk.md).
135+
__To enable customer-managed keys for Azure Cosmos DB__, send mail to [email protected] with your Azure subscription ID. For more information, see [Configure customer-managed keys for your Azure Cosmos account](..//cosmos-db/how-to-setup-cmk.md).
136136
137137
__To get the values__ for the `cmk_keyvault` (ID of the Key Vault) and the `resource_cmk_uri` (key URI) parameters needed by this template, use the following steps:
138138

0 commit comments

Comments
 (0)