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
@@ -621,9 +621,9 @@ To install and use Hybrid Worker extension using REST API, follow these steps. T
621
621
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/extensions/{extensionName}?api-version=2021-05-20
622
622
623
623
```
624
-
625
-
624
+
626
625
The request body should contain the following information:
626
+
627
627
```json
628
628
{
629
629
"location": "<VMLocation>",
@@ -634,7 +634,7 @@ To install and use Hybrid Worker extension using REST API, follow these steps. T
Response of the *PUT* call will confirm if the extension is successfully installed or not on the targeted VM. You can also go to the VM in the Azure portal, and check status of extensions installed on the target VM under **Extensions** tab.
0 commit comments