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
# Customer intent: As a data professional, I want to understand why my solutions would benefit from running with Azure Arc-enabled data services so that I can leverage the capability of the feature.
@@ -29,27 +29,6 @@ For complete release version information, see [Version log](version-log.md).
29
29
### Data Controller
30
30
- Fixed the issue "ConfigMap sql-config-[SQL MI] does not exist" from the February 2022 release. This issue occurs when deploying a SQL Managed Instance with service type of `loadBalancer` with certain load balancers.
31
31
32
-
### SQL Managed Instance
33
-
34
-
- Support for readable secondary replicas:
35
-
- To set readable secondary replicas use `--readable-secondaries` when you create or update an Arc-enabled SQL Managed Instance deployment.
36
-
- Set `--readable secondaries` to any value between 0 and the number of replicas minus 1.
37
-
-`--readable-secondaries` only applies to Business Critical tier.
38
-
- Automatic backups are taken on the primary instance in a Business Critical service tier when there are multiple replicas. When a failover happens, backups move to the new primary.
39
-
- RWX capable storage class is required for backups, for both General Purpose and Business Critical service tiers.
40
-
- Billing support when using multiple read replicas.
41
-
42
-
For additional information about service tiers, see [High Availability with Azure Arc-enabled SQL Managed Instance (preview)](managed-instance-high-availability.md).
43
-
44
-
### User experience improvements
45
-
46
-
The following improvements are available in [Azure Data Studio](/sql/azure-data-studio/download-azure-data-studio).
47
-
48
-
- Azure Arc and Azure CLI extensions now generally available.
49
-
- Changed edit commands for SQL Managed Instance for Azure Arc dashboard to use `update`, reflecting Azure CLI changes. This works in indirect or direct mode.
50
-
- Data controller deployment wizard step for connectivity mode is now earlier in the process.
51
-
- Removed an extra backups field in SQL MI deployment wizard.
Copy file name to clipboardExpand all lines: articles/azure-monitor/essentials/diagnostic-settings.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
@@ -84,7 +84,7 @@ To get around these limitations for specific metrics, you can manually extract t
84
84
85
85
### Destination limitations
86
86
87
-
Any destinations for the diagnostic setting must be created before creating the diagnostic settings. The destination does not have to be in the same subscription as the resource sending logs as long as the user who configures the setting has appropriate Azure RBAC access to both subscriptions. Using Azure Lighthouse, it is also possible to have diagnostic settings sent to a workspace in another Azure Active Directory tenant. The following table provides unique requirements for each destination including any regional restrictions.
87
+
Any destinations for the diagnostic setting must be created before creating the diagnostic settings. The destination does not have to be in the same subscription as the resource sending logs as long as the user who configures the setting has appropriate Azure RBAC access to both subscriptions. Using Azure Lighthouse, it is also possible to have diagnostic settings sent to a workspace, storage account or Event Hub in another Azure Active Directory tenant. The following table provides unique requirements for each destination including any regional restrictions.
Copy file name to clipboardExpand all lines: articles/traffic-manager/scripts/traffic-manager-cli-websites-high-availability.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,42 +5,43 @@ services: traffic-manager
5
5
documentationcenter: traffic-manager
6
6
author: asudbring
7
7
manager: twooley
8
-
9
8
tags: azure-infrastructure
10
-
11
9
ms.assetid:
12
10
ms.service: traffic-manager
13
11
ms.devlang: azurecli
14
12
ms.topic: article
15
13
ms.tgt_pltfrm: na
16
14
ms.workload: traffic-manager
17
-
ms.date: 04/26/2018
15
+
ms.date: 02/28/2022
18
16
ms.author: allensu
19
17
---
20
18
21
19
# Route traffic for high availability of applications using Azure CLI
22
20
23
21
This script creates a resource group, two app service plans, two web apps, a traffic manager profile, and two traffic manager endpoints. Traffic Manager directs traffic to the application in one region as the primary region, and to the secondary region when the application in the primary region is unavailable. Before executing the script, you must change the MyWebApp, MyWebAppL1 and MyWebAppL2 values to unique values across Azure. After running the script, you can access the app in the primary region with the URL mywebapp.trafficmanager.net.
[!code-azurecli-interactive[main](../../../cli_scripts/traffic-manager/direct-traffic-for-increased-application-availability/direct-traffic-for-increased-application-availability.sh"Route traffic for high availability")]
This script uses the following commands to create a resource group, web app, traffic manager profile, and all related resources. Each command in the table links to command specific documentation.
46
47
@@ -56,4 +57,4 @@ This script uses the following commands to create a resource group, web app, tra
56
57
57
58
For more information on the Azure CLI, see [Azure CLI documentation](/cli/azure).
58
59
59
-
Additional App Service CLI script samples can be found in the [Azure Networking documentation](../cli-samples.md).
60
+
Additional App Service CLI script samples can be found in the [Azure Networking documentation](../cli-samples.md).
0 commit comments