Skip to content

Commit 9341e99

Browse files
authored
Merge pull request #201554 from anaharris-ms/az-app-service
AZ Migration Guidance: Azure App service
2 parents b660121 + 02952eb commit 9341e99

File tree

8 files changed

+168
-139
lines changed

8 files changed

+168
-139
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40182,6 +40182,11 @@
4018240182
"redirect_url": "/azure/private-link/create-private-endpoint-powershell",
4018340183
"redirect_document_id": true
4018440184
},
40185+
{
40186+
"source_path_from_root": "/articles/app-service/how-to-zone-redundancy.md",
40187+
"redirect_url": "/azure/availability-zones/migrate-app-service",
40188+
"redirect_document_id": true
40189+
},
4018540190
{
4018640191
"source_path_from_root": "/articles/azure-monitor/insights/sql-insights-alerts.md",
4018740192
"redirect_url": "/azure/azure-sql/database/sql-insights-alerts",

articles/app-service/configure-language-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ App Service supports clustering for JBoss EAP versions 7.4.1 and greater. To ena
11351135
11361136
When clustering is enabled, the JBoss EAP instances use the FILE_PING JGroups discovery protocol to discover new instances and persist the cluster information like the cluster members, their identifiers, and their IP addresses. On App Service, these files are under `/home/clusterinfo/`. The first EAP instance to start will obtain read/write permissions on the cluster membership file. Other instances will read the file, find the primary node, and coordinate with that node to be included in the cluster and added to the file.
11371137
1138-
The Premium V3 and Isolated V2 App Service Plan types can optionally be distributed across Availability Zones to improve resiliency and reliability for your business-critical workloads. This architecture is also known as [zone redundancy](how-to-zone-redundancy.md). The JBoss EAP clustering feature is compatabile with the zone redundancy feature.
1138+
The Premium V3 and Isolated V2 App Service Plan types can optionally be distributed across Availability Zones to improve resiliency and reliability for your business-critical workloads. This architecture is also known as [zone redundancy](../availability-zones/migrate-app-service.md). The JBoss EAP clustering feature is compatabile with the zone redundancy feature.
11391139
11401140
### JBoss EAP App Service Plans
11411141

articles/app-service/how-to-zone-redundancy.md

Lines changed: 0 additions & 125 deletions
This file was deleted.

articles/app-service/toc.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,12 @@
206206
href: overview-arc-integration.md
207207
- name: Monitoring overview
208208
href: overview-monitoring.md
209+
- name: Resiliency
210+
items:
211+
- name: Migrate to availability zone support
212+
href: ../availability-zones/migrate-app-service.md
213+
- name: Restore from downed region
214+
href: manage-disaster-recovery.md
209215
- name: Security
210216
items:
211217
- name: Recommendations
@@ -383,11 +389,8 @@
383389
href: app-service-web-app-cloning.md
384390
- name: Restore deleted App Service
385391
href: app-service-undelete.md
386-
- name: Restore from downed region
387-
href: manage-disaster-recovery.md
388392
- name: Enable on Azure Arc
389393
href: manage-create-arc-environment.md
390-
391394
- name: Networking
392395
items:
393396
- name: Enable VNet integration
@@ -396,7 +399,6 @@
396399
href: configure-vnet-integration-routing.md
397400
- name: Control outbound traffic with Azure Firewall
398401
href: network-secure-outbound-traffic-azure-firewall.md
399-
400402
- name: Move app
401403
items:
402404
- name: Move between regions
@@ -413,10 +415,6 @@
413415
href: webjobs-sdk-get-started.md
414416
- name: Use WebJobs SDK
415417
href: webjobs-sdk-how-to.md
416-
- name: Zone redundancy
417-
items:
418-
- name: Configuring zone redundancy
419-
href: how-to-zone-redundancy.md
420418
- name: Automate provisioning
421419
items:
422420
- name: Bicep

articles/availability-zones/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
href: az-region.md
1717
- name: Migration Guidance
1818
items:
19-
- name: Virtual Machines and Virtual Machine Scale Sets
19+
- name: App service
20+
href: migrate-app-service.md
21+
- name: Virtual machines and virtual machine scale sets
2022
href: migrate-vm.md
2123
- name: Storage accounts
2224
href: migrate-storage.md

articles/availability-zones/az-region.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In the Product Catalog, always-available services are listed as "non-regional" s
9595
| [Azure Active Directory Domain Services](../active-directory-domain-services/overview.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
9696
| [Azure API Management](../api-management/zone-redundancy.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
9797
| [Azure App Configuration](../azure-app-configuration/faq.yml#how-does-app-configuration-ensure-high-data-availability) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
98-
| [Azure App Service](../app-service/how-to-zone-redundancy.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
98+
| [Azure App Service](migrate-app-service.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
9999
| [Azure App Service: App Service Environments](../app-service/environment/zone-redundancy.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) ![An icon that signifies this service is zonal](media/icon-zonal.svg) |
100100
| [Azure Bastion](../bastion/bastion-overview.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |
101101
| [Azure Batch](../batch/create-pool-availability-zones.md) | ![An icon that signifies this service is zone redundant.](media/icon-zone-redundant.svg) |

0 commit comments

Comments
 (0)