You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for virtual machines in a private network, although this configuration applies only to accessing the
156
+
for machines in a private network, although this configuration applies only to accessing the
157
157
package and not communicating with the service.
158
158
159
159
### Working with secrets in Guest Configuration packages
160
160
161
161
In Azure Policy Guest Configuration, the optimal way to manage secrets used at run time is to store
162
162
them in Azure Key Vault. This design is implemented within custom DSC resources.
163
163
164
-
First, create a user-assigned managed identity in Azure. The identity is used by virtual machines to
164
+
First, create a user-assigned managed identity in Azure. The identity is used by machines to
165
165
access secrets stored in Key Vault. For detailed steps, see
166
166
[Create, list or delete a user-assigned managed identity using Azure PowerShell](../../../active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-powershell.md).
167
167
@@ -170,7 +170,7 @@ Assign permissions to the instance to give the user-assigned identity access to
170
170
Key Vault. For detailed steps, see
171
171
[Set and retrieve a secret - .NET](../../../key-vault/quick-create-net.md#give-the-service-principal-access-to-your-key-vault).
172
172
173
-
Then, assign the user-assigned identity to your virtual machine. For detailed steps, see
173
+
Then, assign the user-assigned identity to your machine. For detailed steps, see
174
174
[Configure managed identities for Azure resources on an Azure VM using PowerShell](../../../active-directory/managed-identities-azure-resources/qs-configure-powershell-windows-vm.md#user-assigned-managed-identity).
175
175
At scale, assign this identity using Azure Resource Manager via Azure Policy. For detailed steps,
@@ -446,14 +446,14 @@ deployments. For detailed steps, see
446
446
[Set up Key Vault for virtual machines in Azure Resource Manager](../../../virtual-machines/windows/key-vault-setup.md#use-templates-to-set-up-key-vault).
447
447
448
448
Following is an example to export the public key from a signing certificate, to import to the
0 commit comments