Skip to content

Commit 804772e

Browse files
authored
Merge pull request #258087 from MicrosoftDocs/main
11/8 11:00 AM IST Publish
2 parents 3e7d4ec + 8c4ddae commit 804772e

25 files changed

+127
-88
lines changed
-6.54 KB
Loading

articles/azure-monitor/alerts/action-groups.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,21 @@ Write-Host "My Azure AD Application (ObjectId): " + $myApp.ObjectId
602602
Write-Host "My Azure AD Application's Roles"
603603
Write-Host $myApp.AppRoles
604604
```
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+
605620
## Next steps
606621

607622
- Get an [overview of alerts](./alerts-overview.md) and learn how to receive alerts.
54.5 KB
Loading
72 KB
Loading

articles/azure-vmware/configure-vmware-hcx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ For an end-to-end overview of this procedure, view the [Azure VMware Solution: C
169169
The selections define the resources where VMs can consume VMware HCX services.
170170

171171
> [!NOTE]
172-
> If you have a mixed mode 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.
173173
174174
:::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":::
175175

articles/azure-vmware/migrate-sql-server-always-on-availability-group.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ In this article, you learn how to migrate a SQL Server Always On Availability Gr
1414

1515
:::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":::
1616

17-
## Tested configurations
18-
1917
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.
2018

2119
## Prerequisites
@@ -30,13 +28,14 @@ These are the prerequisites to migrating your SQL Server instance to Azure VMwar
3028
- 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).
3129

3230
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).
3431

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:
3635

3736
- Production environments
3837
- 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.
4039

4140
Further downtime considerations are discussed in the next section.
4241

articles/azure-vmware/migrate-sql-server-failover-cluster.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ However, you can overcome this limitation by performing the steps shown in this
2424
> [!NOTE]
2525
> 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.
2626
27-
## Tested configurations
28-
2927
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.
3028
Windows Server and SQL Server have been configured following best practices and recommendations from Microsoft and VMware.
3129
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
4139
- 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).
4240

4341
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).
4542

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:
4746

4847
- Production environments
4948
- 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.
5450

5551
## Downtime considerations
5652

articles/azure-vmware/migrate-sql-server-standalone-cluster.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ In both cases, consider the size and criticality of the database being migrated.
2222
For this how-to procedure, we have validated VMware HCX vMotion.
2323
VMware HCX Cold Migration is also valid, but it requires a longer downtime period.
2424

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+
2532
:::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":::
2633

2734
## Tested configurations
@@ -43,10 +50,17 @@ This scenario was validated using the following editions and configurations:
4350
- 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).
4451

4552
Either VMware HCX over VPN or ExpressRoute connectivity can be used as the networking configuration for the migration.
53+
4654
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).
4755

56+
4857
For any of the following scenarios, ExpressRoute connectivity is recommended for a migration:
4958

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.
5064
- Production environments
5165
- Workloads with large database sizes
5266
- Any case where there is a need to minimize downtime

articles/backup/azure-kubernetes-service-cluster-manage-backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To enable Trusted Access between Backup vault and AKS cluster, use the following
130130
az aks trustedaccess rolebinding create \
131131
-g $myResourceGroup \ 
132132
--cluster-name $myAKSCluster 
133-
n <randomRoleBindingName> \ 
133+
-n <randomRoleBindingName> \ 
134134
--source-resource-id <vaultID> \ 
135135
--roles Microsoft.DataProtection/backupVaults/backup-operator
136136
```

articles/chaos-studio/TOC.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,22 @@
7272
href: chaos-studio-tutorial-dynamic-target-portal.md
7373
- name: CLI
7474
href: chaos-studio-tutorial-dynamic-target-cli.md
75-
- name: Use a chaos experiment template to induce an outage on an Azure Active Directory instance
76-
href: chaos-studio-tutorial-aad-outage-portal.md
77-
- name: Use a chaos experiment template to take down Virtual Machine Scale Set availability zones with autoscale disabled
78-
href: chaos-studio-tutorial-availability-zone-down-portal.md
79-
- name: Troubleshoot common issues
80-
href: troubleshooting.md
81-
- name: Set up your Chaos Experiment to emit telemetry to Azure Monitor
82-
href: chaos-studio-set-up-azure-monitor.md
83-
- name: Set up your Agent-Based Chaos Experiment to emit telemetry to App Insights
84-
href: chaos-studio-set-up-app-insights.md
75+
- name: Experiment templates
76+
items:
77+
- name: Use a chaos experiment template to induce an outage on an Azure Active Directory instance
78+
href: chaos-studio-tutorial-aad-outage-portal.md
79+
- name: Use a chaos experiment template to take down Virtual Machine Scale Set availability zones with autoscale disabled
80+
href: chaos-studio-tutorial-availability-zone-down-portal.md
81+
- name: Telemetry
82+
items:
83+
- name: Set up your Chaos Experiment to emit telemetry to Azure Monitor
84+
href: chaos-studio-set-up-azure-monitor.md
85+
- name: Set up your Agent-Based Chaos Experiment to emit telemetry to App Insights
86+
href: chaos-studio-set-up-app-insights.md
8587
- name: Configure an experiment using customer-managed keys (CMK)
8688
href: chaos-studio-configure-customer-managed-keys.md
89+
- name: Troubleshoot common issues
90+
href: troubleshooting.md
8791
- name: Reference
8892
items:
8993
- name: Fault library

0 commit comments

Comments
 (0)