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-monitor/alerts/action-groups.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -602,6 +602,21 @@ Write-Host "My Azure AD Application (ObjectId): " + $myApp.ObjectId
602
602
Write-Host "My Azure AD Application's Roles"
603
603
Write-Host $myApp.AppRoles
604
604
```
605
+
### Migrate Runbook action from "Run as account" to "Run as Managed Identity"
606
+
> [!NOTE]
607
+
>
608
+
> Azure Automation "Run as account" has [retired](https://azure.microsoft.com/updates/azure-automation-runas-account-retiring-on-30-september-2023/) on 30 September 2023, which affects actions created with action type "Automation Runbook". Existing actions linking to "Run as account" runbooks won't be supported after retirement. However, those runbooks would continue to execute until the expiry of "Run as" certificate of the Automation account.
609
+
610
+
To ensure you can continue using the runbook actions, you need to:
611
+
1. Edit the action group by adding a new action with action type "Automation Runbook" and choose the same runbook from the dropdown. (All 5 runbooks in the dropdown have been reconfigured at the backend to authenticate using Managed Identity instead of Run as account. System-assigned Managed Identity in Automation account would be enabled with VM Contributor role at the subscription level would be assigned automatically.)
612
+
613
+
:::image type="content" source="./media/action-groups/action-group-runbook-add.png" alt-text="Screenshot of adding a runbook action to an action group.":::
614
+
615
+
:::image type="content" source="./media/action-groups/action-group-runbook-configure.png" alt-text="Screenshot of configuring the runbook action.":::
616
+
617
+
2. Delete old runbook action which links to a "Run as account" runbook.
618
+
3. Save the action group.
619
+
605
620
## Next steps
606
621
607
622
- Get an [overview of alerts](./alerts-overview.md) and learn how to receive alerts.
Copy file name to clipboardExpand all lines: articles/azure-vmware/configure-vmware-hcx.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ For an end-to-end overview of this procedure, view the [Azure VMware Solution: C
169
169
The selections define the resources where VMs can consume VMware HCX services.
170
170
171
171
> [!NOTE]
172
-
> If you have a mixedmode SDDC with a AV64 cluster, deployment of service mesh appliances on AV64 cluster is not viable/supported. However, this would't prevent you from having HCX migration or network extention directly on to AV64 clusters with service appliances hosted on cluster-1.
172
+
> In a mixed-mode SDDC with an AV64 cluster, deploying service mesh appliances on the AV64 cluster is not viable or supported. Nevertheless, this doesn't impede you from conducting HCX migration or network extension directly onto AV64 clusters. The deployment container can be cluster-1, hosting the HCX appliances.
173
173
174
174
:::image type="content" source="media/tutorial-vmware-hcx/select-compute-profile-source.png" alt-text="Screenshot that shows selecting the source compute profile." lightbox="media/tutorial-vmware-hcx/select-compute-profile-source.png":::
Copy file name to clipboardExpand all lines: articles/azure-vmware/migrate-sql-server-always-on-availability-group.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ In this article, you learn how to migrate a SQL Server Always On Availability Gr
14
14
15
15
:::image type="content" source="media/sql-server-hybrid-benefit/sql-always-on-architecture.png" alt-text="Diagram showing the architecture of Always On SQL Server for Azure VMware Solution." border="false" lightbox="media/sql-server-hybrid-benefit/sql-always-on-architecture.png":::
16
16
17
-
## Tested configurations
18
-
19
17
Microsoft SQL Server (2019 and 2022) was tested with Windows Server (2019 and 2022) Data Center edition with the virtual machines deployed in the on-premises environment. Windows Server and SQL Server have been configured following best practices and recommendations from Microsoft and VMware. The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware vSAN running on Dell PowerEdge servers and Intel Optane P4800X SSD NVMe devices.
20
18
21
19
## Prerequisites
@@ -30,13 +28,14 @@ These are the prerequisites to migrating your SQL Server instance to Azure VMwar
30
28
- Ensure that all the network segments in use by SQL Server and workloads using it are extended into your Azure VMware Solution private cloud. To verify this step, see [Configure VMware HCX network extension](configure-hcx-network-extension.md).
31
29
32
30
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
33
-
VMWare HCX over VPN, due to its limited bandwidth, is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
34
31
35
-
For any of the following scenarios, ExpressRoute connectivity is recommended for a migration:
32
+
With VMWare HCX over VPN, due to its limited bandwidth it is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
33
+
34
+
For any of the following, ExpressRoute connectivity is recommended for a migration:
36
35
37
36
- Production environments
38
37
- Workloads with large database sizes
39
-
-Any case where there is a need to minimize downtime
38
+
-Scenarios in which there is a need to minimize downtime the ExpressRoute connectivity is recommended for the migration.
40
39
41
40
Further downtime considerations are discussed in the next section.
Copy file name to clipboardExpand all lines: articles/azure-vmware/migrate-sql-server-failover-cluster.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,6 @@ However, you can overcome this limitation by performing the steps shown in this
24
24
> [!NOTE]
25
25
> This procedure requires a full shutdown of the cluster. Since the SQL Server service will be unavailable during the migration, plan accordingly for the downtime period.
26
26
27
-
## Tested configurations
28
-
29
27
Microsoft SQL Server 2019 and 2022 were tested with Windows Server 2019 and 2022 Data Center edition with the virtual machines deployed in the on-premises environment.
30
28
Windows Server and SQL Server have been configured following best practices and recommendations from Microsoft and VMware.
31
29
The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware vSAN running on Dell PowerEdge servers and Intel Optane P4800X SSD NVMe devices.
@@ -41,16 +39,14 @@ The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware
41
39
- Ensure that all the network segments in use by SQL Server and workloads using it are extended into your Azure VMware Solution private cloud. To verify this step, see [Configure VMware HCX network extension](configure-hcx-network-extension.md).
42
40
43
41
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
44
-
VMWare HCX over VPN, due to its limited bandwidth, is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
45
42
46
-
For any of the following scenarios, ExpressRoute connectivity is recommended for a migration:
43
+
With VMWare HCX over VPN, due to its limited bandwidth it is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
44
+
45
+
For any of the following, ExpressRoute connectivity is recommended for a migration:
47
46
48
47
- Production environments
49
48
- Workloads with large database sizes
50
-
- Any case where there is a need to minimize downtime
51
-
52
-
Further downtime considerations are discussed in the next section.
53
-
49
+
- Scenarios in which there is a need to minimize downtime the ExpressRoute connectivity is recommended for the migration.
Copy file name to clipboardExpand all lines: articles/azure-vmware/migrate-sql-server-standalone-cluster.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@ In both cases, consider the size and criticality of the database being migrated.
22
22
For this how-to procedure, we have validated VMware HCX vMotion.
23
23
VMware HCX Cold Migration is also valid, but it requires a longer downtime period.
24
24
25
+
This scenario was validated using the following editions and configurations:
26
+
27
+
- Microsoft SQL Server (2019 and 2022)
28
+
- Windows Server (2019 and 2022) Data Center edition
29
+
- Windows Server and SQL Server were configured following best practices and recommendations from Microsoft and VMware.
30
+
- The on-premises source infrastructure was VMware vSphere 7.0 Update 3 and VMware vSAN running on Dell PowerEdge servers and Intel Optane P4800X SSD NVMe devices.
31
+
25
32
:::image type="content" source="media/sql-server-hybrid-benefit/migrated-sql-standalone-cluster.png" alt-text="Diagram showing the architecture of Standalone SQL Server for Azure VMware Solution." border="false" lightbox="media/sql-server-hybrid-benefit/migrated-sql-standalone-cluster.png":::
26
33
27
34
## Tested configurations
@@ -43,10 +50,17 @@ This scenario was validated using the following editions and configurations:
43
50
- Ensure that all the network segments in use by the SQL Server and workloads using it are extended into your Azure VMware Solution private cloud. To verify this step in the process, see [Configure VMware HCX network extension](configure-hcx-network-extension.md).
44
51
45
52
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
53
+
46
54
VMWare HCX over VPN, due to its limited bandwidth, is typically suited for workloads that can sustain longer periods of downtime (such as non-production environments).
47
55
56
+
48
57
For any of the following scenarios, ExpressRoute connectivity is recommended for a migration:
49
58
59
+
For any of the following, ExpressRoute connectivity is recommended for a migration:
60
+
61
+
- Production environments
62
+
- Workloads with large database sizes
63
+
- Scenarios in which there is a need to minimize downtime the ExpressRoute connectivity is recommended for the migration.migration.
50
64
- Production environments
51
65
- Workloads with large database sizes
52
66
- Any case where there is a need to minimize downtime
0 commit comments