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
Copy file name to clipboardExpand all lines: articles/batch/automatic-certificate-rotation.md
+75-2Lines changed: 75 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ REST API URI
48
48
PUT https://management.azure.com/subscriptions/<subscriptionid>/resourceGroups/<resourcegroupName>/providers/Microsoft.Batch/batchAccounts/<batchaccountname>/pools/<poolname>?api-version=2021-01-01
[{"status":{"code":0,"formattedMessage":{"lang":"en","message":"Successfully started Key Vault extension service. 2021-03-03T23:12:23Z"},"operation":"Service start.","status":"success"},"timestampUTC":"2021-03-03T23:12:23Z","version":"1.0"}]root@74773db5fe1b42ab9a4b6cf679d929da000000:/var/lib/waagent/Microsoft.Azure.KeyVault.KeyVaultForLinux-1.0.1363.13/status#
120
185
```
121
186
187
+
## Troubleshooting Key Vault Extension
188
+
189
+
If Key Vault extension is not configured correctly, the compute node might be in usuable state, to troubleshoot Key Vault extension failure, you can temporarily set requireInitialSync to false, redploy your pool, then the compute node will be in idle state, you can login to the compute node to check KeyVault extension logs for errors and fix the configuration issues. Please visit Key Vault extension doc link below for more information.
190
+
191
+
-[Azure Key Vault extension for Linux](../virtual-machines/extensions/key-vault-linux.md)
192
+
-[Azure Key Vault extension for Windows](../virtual-machines/extensions/key-vault-windows.md)
193
+
194
+
122
195
## Next steps
123
196
124
197
- Learn more about [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md).
Copy file name to clipboardExpand all lines: articles/batch/create-pool-extensions.md
+82-3Lines changed: 82 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,15 @@ You can request support for additional publishers and/or extension types by open
42
42
43
43
## Create a pool with extensions
44
44
45
-
The example below creates a Batch pool of Linux nodes that uses the Azure Key Vault extension.
45
+
The example below creates a Batch pool of Linux/Windows nodes that uses the Azure Key Vault extension.
46
46
47
47
REST API URI
48
48
49
49
```http
50
50
PUT https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Batch/batchAccounts/<batchaccountName>/pools/<batchpoolName>?api-version=2021-01-01
If Key Vault extension is not configured correctly, the compute node might be in usuable state, to troubleshoot Key Vault extension failure, you can temporarily set requireInitialSync to false, redploy your pool, then the compute node will be in idle state, you can login to the compute node to check KeyVault extension logs for errors and fix the configuration issues. Please visit Key Vault extension doc link below for more information.
212
+
213
+
-[Azure Key Vault extension for Linux](../virtual-machines/extensions/key-vault-linux.md)
214
+
-[Azure Key Vault extension for Windows](../virtual-machines/extensions/key-vault-windows.md)
215
+
137
216
## Next steps
138
217
139
218
- Learn about various ways to [copy applications and data to pool nodes](batch-applications-to-pool-nodes.md).
0 commit comments