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/azure-vmware/deploy-arc-for-azure-vmware-solution.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Running software in Azure VMware Solution, as a private cloud in Azure, offers s
24
24
25
25
To take advantage of these benefits if you are running in an Azure VMware Solution it is important to enable Arc through this document to fully integrate the experience with the AVS private cloud. Alternatively, Arc-enabling VMs through the following mechanisms will not create the necessary attributes to register the VM and software as part of Azure VMware Solution and therefore result in billing for SQL Server ESUs for:
26
26
27
-
- Arc-enabled servers,
27
+
- Arc-enabled servers
28
28
29
29
- Arc-enabled VMware vSphere
30
30
@@ -170,7 +170,7 @@ When the script is run successfully, check the status to see if Azure Arc is now
170
170
- Choose **Azure Arc**.
171
171
- Azure Arc state shows as **Configured**.
172
172
173
-
Recover from failed deployments
173
+
To recover from failed deployments:
174
174
175
175
If the Azure Arc resource bridge deployment fails, consult the [Azure Arc resource bridge troubleshooting](/azure/azure-arc/resource-bridge/troubleshoot-resource-bridge) guide. While there can be many reasons why the Azure Arc resource bridge deployment fails, one of them is KVA timeout error. Learn more about the [KVA timeout error](/azure/azure-arc/resource-bridge/troubleshoot-resource-bridge#kva-timeout-error) and how to troubleshoot.
176
176
@@ -196,15 +196,12 @@ Once you connected your Azure VMware Solution private cloud to Azure, you can br
196
196
197
197
The enable action starts a deployment and creates a resource in Azure, creating representative objects in Azure for your VMware vSphere resources. It allows you to manage who can access those resources through Role-based access control granularly.
198
198
199
-
1. Repeat the previous steps for one or more virtual machine, network, resource pool, and VM template resources.
199
+
Repeat the previous steps for one or more virtual machine, network, resource pool, and VM template resources.
200
200
201
201
Additionally, for virtual machines there is an additional section to configure **VM extensions**. This will enable guest management to facilitate additional Azure extensions to be installed on the VM. The steps to enable this would be:
202
-
203
202
1. Select **Enable guest management**.
204
-
205
-
1. Choose a __Connectivity Method__ for the Arc agent.
206
-
207
-
1. Provide an Administrator/Root access username and password for the VM.
203
+
2. Choose a __Connectivity Method__ for the Arc agent.
204
+
3. Provide an Administrator/Root access username and password for the VM.
208
205
209
206
If you choose to enable the guest management as a separate step or have issues with the VM extension install steps please review the prerequisites and steps discussed in the section below.
210
207
@@ -234,9 +231,17 @@ You need to enable guest management on the VMware VM before you can install an e
234
231
1. Select **Configuration** from the left navigation for a VMware VM.
235
232
1. Verify **Enable guest management** is now checked.
236
233
237
-
From here additional extensions can be installed. See the [VM extensions Overview](/azure/azure-arc/servers/manage-vm-extensions) for a list of current extensions.
234
+
From here additional extensions can be installed. See the [VM extensions](/azure/azure-arc/servers/manage-vm-extensions?branch=main) for a list of current extensions.
235
+
236
+
### Install extensions
237
+
To add extensions, follow these steps:
238
+
1. Go to **vCenter Server Inventory >** **Virtual Machines** and select the virtual machine to which you need to add an extension.
239
+
2. Locate **Settings >** **Extensions** from the left navigation and select **Add**. Alternatively, in the **Overview** page an **Extensions** click-through is listed under Properties.
240
+
1. Select the extension you want to install. Some extensions require additional information.
241
+
4. When you're done, select **Review + create**.
238
242
239
243
### Next Steps
240
244
241
245
To manage Arc-enabled Azure VMware Solution go to: [Manage Arc-enabled Azure VMware private cloud - Azure VMware Solution](/azure/azure-vmware/manage-arc-enabled-azure-vmware-solution)
246
+
242
247
To remove Arc-enabled Azure VMWare Solution resources from Azure go to: [Remove Arc-enabled Azure VMware Solution vSphere resources from Azure - Azure VMware Solution](/azure/azure-vmware/remove-arc-enabled-azure-vmware-solution-vsphere-resources-from-azure)
0 commit comments