Skip to content

Commit e4a3074

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into mysqlsupport
2 parents eb262e9 + 42216af commit e4a3074

File tree

64 files changed

+884
-1145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+884
-1145
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/active-directory/fundamentals/concept-fundamentals-security-defaults.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,9 @@ This policy applies to all users who are accessing Azure Resource Manager servic
137137

138138
### Authentication methods
139139

140-
Security defaults allow registration and use of Azure AD Multi-Factor Authentication **using only the Microsoft Authenticator app using notifications**. Conditional Access allows the use of any authentication method the administrator chooses to enable.
140+
Security defaults users are required to register for and use Azure AD Multi-Factor Authentication **using the Microsoft Authenticator app using notifications**. Users may use verification codes from the Microsoft Authenticator app but can only register using the notification option.
141141

142-
| Method | Security defaults | Conditional Access |
143-
| --- | --- | --- |
144-
| Notification through mobile app | X | X |
145-
| Verification code from mobile app or hardware token | X** | X |
146-
| Text message to phone | | X |
147-
| Call to phone | | X |
148-
| App passwords | | X*** |
149-
150-
- ** Users may use verification codes from the Microsoft Authenticator app but can only register using the notification option.
151-
- *** App passwords are only available in per-user MFA with legacy authentication scenarios only if enabled by administrators.
142+
Starting in July 2022, anyone with the global administrator role assigned to them will be required to register a phone-based method like call or text as a backup method.
152143

153144
> [!WARNING]
154145
> Do not disable methods for your organization if you are using security defaults. Disabling methods may lead to locking yourself out of your tenant. Leave all **Methods available to users** enabled in the [MFA service settings portal](../authentication/howto-mfa-getstarted.md#choose-authentication-methods-for-mfa).
@@ -157,11 +148,11 @@ Security defaults allow registration and use of Azure AD Multi-Factor Authentica
157148

158149
Every organization should have at least two backup administrator accounts configured. We call these emergency access accounts.
159150

160-
These accounts may be used in scenarios where your normal administrator accounts can't be used. For example: The person with the most recent Global Administrator access has left the organization. Azure AD prevents the last Global Administrator account from being deleted, but it doesn't prevent the account from being deleted or disabled on-premises. Either situation might make the organization unable to recover the account.
151+
These accounts may be used in scenarios where your normal administrator accounts can't be used. For example: The person with the most recent global administrator access has left the organization. Azure AD prevents the last global administrator account from being deleted, but it doesn't prevent the account from being deleted or disabled on-premises. Either situation might make the organization unable to recover the account.
161152

162153
Emergency access accounts are:
163154

164-
- Assigned Global Administrator rights in Azure AD.
155+
- Assigned global administrator rights in Azure AD.
165156
- Aren't used on a daily basis.
166157
- Are protected with a long complex password.
167158

@@ -190,7 +181,7 @@ If your organization is a previous user of per-user based Azure AD Multi-Factor
190181

191182
### Conditional Access
192183

193-
You can use Conditional Access to configure policies similar to security defaults, but with more granularity including user exclusions, which aren't available in security defaults. If you're using Conditional Access in your environment today, security defaults won't be available to you.
184+
You can use Conditional Access to configure policies similar to security defaults, but with more granularity including selecting other authentication methods and the ability to exclude users, which aren't available in security defaults. If you're using Conditional Access in your environment today, security defaults won't be available to you.
194185

195186
![Warning message that you can have security defaults or Conditional Access not both](./media/concept-fundamentals-security-defaults/security-defaults-conditional-access.png)
196187

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-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about regions and availability zones and how they work to hel
44
author: awysza
55
ms.service: azure
66
ms.topic: conceptual
7-
ms.date: 05/30/2022
7+
ms.date: 06/21/2022
88
ms.author: rarco
99
ms.reviewer: cynthn
1010
ms.custom: references_regions

articles/availability-zones/az-region.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn what services are supported by availability zones and underst
44
author: awysza
55
ms.service: azure
66
ms.topic: conceptual
7-
ms.date: 05/30/2022
7+
ms.date: 06/21/2022
88
ms.author: rarco
99
ms.reviewer: cynthn
1010
ms.custom: references_regions
@@ -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)