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/reliability/availability-service-by-category.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,6 @@ Azure assigns service categories as foundational, mainstream, and strategic at g
27
27
28
28
Azure services are presented in the following lists by category. Note that some services are non-regional, which means that they're available globally regardless of region. For information and a complete list of non-regional services, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/).
29
29
30
-
31
-
32
30
##  Foundational services
33
31
- Azure Application Gateway
34
32
- Azure Backup
@@ -42,7 +40,8 @@ Azure services are presented in the following lists by category. Note that some
42
40
- Azure Service Bus
43
41
- Azure Service Fabric
44
42
- Azure Site Recovery
45
-
- Azure SQL
43
+
- Azure SQL Database
44
+
- Azure SQL Managed Instance
46
45
- Azure Storage Accounts
47
46
- Azure Storage Data Lake Storage
48
47
- Azure Storage: Blob Storage
@@ -61,7 +60,6 @@ Azure services are presented in the following lists by category. Note that some
61
60
- Virtual Machines: Ev3 and Esv3-series
62
61
- Virtual Machines: Ev5 and Esv5-series
63
62
64
-
65
63
##  Mainstream services
66
64
67
65
- Azure AI Search
@@ -109,8 +107,6 @@ Azure services are presented in the following lists by category. Note that some
109
107
110
108
###  Strategic services
Copy file name to clipboardExpand all lines: articles/reliability/concept-redundancy-replication-backup.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
@@ -168,7 +168,7 @@ In many replication systems, replicas can take on different roles, which helps t
168
168
169
169
In an active-passive system, the length of time that it takes to fail over determines the RTO. Commonly, the RTO for an active-passive system is measured in minutes.
170
170
171
-
Some replication solutions also support *read-only replicas*, which enables you to read (but not write) data from the passive replicas. This approach can be useful to get more utilization from your replicas, such as when you need to perform analytics or reporting on data without affecting the primary replica that you're using for your application's transactional work. Several Azure services support read-only replicas, including [Azure Storage with the read access GRS (RA-GRS) replication type](../storage/common/storage-redundancy.md#read-access-to-data-in-the-secondary-region), and [Azure SQL active geo-replication](/azure/azure-sql/database/active-geo-replication-overview?view=azuresql&preserve-view=true).
171
+
Some replication solutions also support *read-only replicas*, which enables you to read (but not write) data from the passive replicas. This approach can be useful to get more utilization from your replicas, such as when you need to perform analytics or reporting on data without affecting the primary replica that you're using for your application's transactional work. Several Azure services support read-only replicas, including [Azure Storage with the read access GRS (RA-GRS) replication type](../storage/common/storage-redundancy.md#read-access-to-data-in-the-secondary-region), and [Azure SQL Database active geo-replication](/azure/azure-sql/database/active-geo-replication-overview?view=azuresql&preserve-view=true).
172
172
173
173
-**Active-active** replication enables using multiple active replicas for live traffic simultaneously, and any of the replicas can process requests:
Copy file name to clipboardExpand all lines: articles/reliability/overview-reliability-guidance.md
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ Each service guide generally contains information on how the service supports:
20
20
-*Multi-region support* such as how to configure multi-region or geo-disaster support, traffic routing and data replication between regions, region-down experience, failover and failback support, alternative multi-region support.
21
21
-*Backup support* such as who controls backups, where they are stored, how they can be recovered, and whether they are accessible only within a region or across regions.
22
22
23
-
24
23
>[!NOTE]
25
24
>Some service documents are in the process of, or are not yet updated into a single reliability guide format. These may contain more than one document that references reliability guidance.
26
25
@@ -64,7 +63,6 @@ Each service guide generally contains information on how the service supports:
|Azure VMware Solution|[Deploy disaster recovery using VMware HCX](../azure-vmware/deploy-disaster-recovery-using-vmware-hcx.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
67
-
68
66
69
67
## Containers
70
68
@@ -78,12 +76,11 @@ Each service guide generally contains information on how the service supports:
78
76
|Azure Service Fabric|[Deploy an Azure Service Fabric cluster across Availability Zones](/azure/service-fabric/service-fabric-cross-availability-zones?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json) </p> [Disaster recovery in Azure Service Fabric](/azure/service-fabric/service-fabric-disaster-recovery?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
|Azure SQLManaged Instance|[Failover groups overview & best practices - Azure SQL Managed Instance](/azure/azure-sql/managed-instance/failover-group-sql-mi?view=azuresql&preserve-view=true)|
87
84
|Azure Database for MySQL|[Overview of business continuity with Azure Database for MySQL - Single Server](/azure/mysql/single-server/concepts-business-continuity?#recover-from-an-azure-regional-data-center-outage)|
88
85
|Azure Database for MySQL - Flexible Server|[Azure Database for MySQL Flexible Server High availability](/azure/mysql/flexible-server/concepts-high-availability?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json) </p>[Azure Database for MySQL Flexible Server - Restore to latest restore point](/azure/mysql/flexible-server/how-to-restore-server-portal?#geo-restore-to-latest-restore-point)|
89
86
|Azure Database for PostgreSQL - Flexible Server|[Reliability in Azure Database for PostgreSQL - Flexible Server](reliability-postgresql-flexible-server.md)|
@@ -97,7 +94,6 @@ Each service guide generally contains information on how the service supports:
97
94
|----------|---------|
98
95
|Azure API Center|[Reliability in Azure API Center](reliability-api-center.md)|
99
96
100
-
101
97
## DevOps
102
98
103
99
| Product| Guidance |
@@ -134,7 +130,6 @@ Each service guide generally contains information on how the service supports:
134
130
|Azure Logic Apps|[Reliability in Azure Logic Apps](reliability-logic-apps.md)|
135
131
|Azure Service Bus|[Best practices for insulating applications against Service Bus outages and disasters](../service-bus-messaging/service-bus-outages-disasters.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
136
132
137
-
138
133
## Internet of Things
139
134
140
135
| Product| Guidance |
@@ -143,15 +138,12 @@ Each service guide generally contains information on how the service supports:
143
138
|Azure IoT Hub|[IoT Hub high availability and disaster recovery](../iot-hub/iot-hub-ha-dr.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json#disable-disaster-recovery)|
144
139
|Azure Notification Hubs|[Reliability in Azure Notification Hubs](reliability-notification-hubs.md)|
145
140
146
-
147
141
## Media
148
142
149
-
150
143
| Product| Guidance |
151
144
|----------|---------|
152
145
Azure Media Services| [High Availability with Media Services and Video on Demand (VOD)](/azure/media-services/latest/architecture-high-availability-encoding-concept?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
153
146
154
-
155
147
## Management and governance
156
148
157
149
| Product| Guidance |
@@ -161,7 +153,6 @@ Azure Media Services| [High Availability with Media Services and Video on Demand
161
153
|Azure Monitor-Log Analytics |[Enhance data and service resilience in Azure Monitor Logs with availability zones](/azure/azure-monitor/logs/availability-zones) </p> [Log Analytics workspace replication](/azure/azure-monitor/logs/workspace-replication)|
162
154
|Azure Site Recovery|[Set up disaster recovery for Azure VMs](../site-recovery/azure-to-azure-tutorial-enable-replication.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
163
155
164
-
165
156
## Migration
166
157
167
158
| Product| Guidance |
@@ -193,7 +184,6 @@ Azure Media Services| [High Availability with Media Services and Video on Demand
193
184
|Azure Private 5G Core|[Reliability in Azure Private 5G Core](../private-5g-core/reliability-private-5g-core.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
194
185
|Azure Web Application Firewall |[Deploy an Azure Firewall with Availability Zones using Azure PowerShell](../firewall/deploy-availability-zone-powershell.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json) </p> [How do I achieve a disaster recovery scenario across datacenters by using Application Gateway?](../application-gateway/application-gateway-faq.yml?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json#how-do-i-achieve-a-disaster-recovery-scenario-across-datacenters-by-using-application-gateway)|
195
186
196
-
197
187
## Security
198
188
199
189
| Product| Guidance |
@@ -203,7 +193,6 @@ Azure Media Services| [High Availability with Media Services and Video on Demand
203
193
|Azure Key Vault|[Azure Key Vault availability and redundancy](/azure/key-vault/general/disaster-recovery-guidance?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
204
194
|Azure Web Application Firewall |[Deploy an Azure Firewall with Availability Zones using Azure PowerShell](../firewall/deploy-availability-zone-powershell.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json) </p> [How do I achieve a disaster recovery scenario across datacenters by using Application Gateway?](../application-gateway/application-gateway-faq.yml?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json#how-do-i-achieve-a-disaster-recovery-scenario-across-datacenters-by-using-application-gateway)|
205
195
206
-
207
196
## Storage
208
197
209
198
| Product| Guidance |
@@ -217,7 +206,6 @@ Azure Media Services| [High Availability with Media Services and Video on Demand
217
206
|Azure Storage-Disk Storage|[Best practices for achieving high availability with Azure virtual machines and managed disks](/azure/virtual-machines/disks-high-availability?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
218
207
|Azure Storage Mover|[Reliability in Azure Storage Mover](reliability-azure-storage-mover.md)|
219
208
220
-
221
209
## Web
222
210
223
211
| Product| Guidance |
@@ -229,10 +217,8 @@ Azure Media Services| [High Availability with Media Services and Video on Demand
229
217
|Azure Notification Hubs|[Reliability in Azure Notification Hubs](reliability-notification-hubs.md)|
230
218
|Azure SignalR Service|[Resiliency and disaster recovery in Azure SignalR Service](../azure-signalr/signalr-concept-disaster-recovery.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)|
231
219
232
-
233
220
## Related content
234
221
235
-
236
222
-[Azure services with availability zones](availability-zones-service-support.md)
237
223
-[List of Azure regions](regions-list.md)
238
224
-[Build solutions for high availability using availability zones](/azure/architecture/high-availability/building-solutions-for-high-availability)
0 commit comments