Skip to content

Commit d1d5b9d

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into afd-limits
2 parents 15e5286 + 9de781b commit d1d5b9d

29 files changed

+1396
-409
lines changed

articles/app-service/app-service-web-configure-tls-mutual-auth.md

Lines changed: 63 additions & 60 deletions
Large diffs are not rendered by default.

articles/app-service/configure-error-pages.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 10/14/2024
88
ms.author: jefmarti
99
---
1010

11-
# Configure error pages on App Service (preview)
11+
# Configure error pages on App Service
1212

1313
This article explains how to configure custom error pages on your web app. With App Service you can configure an error page for specific errors that will be presented to users instead of the default error page.
1414

@@ -23,7 +23,7 @@ For this example, we're uploading and testing a 403 error page to present to the
2323
Select the error code that you'd like to upload an error page for and click **Edit**. On the next screen, click the folder icon to select your html file. The file must be in html format and within the 10 kb size limit. Find your .html file and click on the **Upload** button at the bottom of the screen. Notice the Status in the table updates from Not Configured to Configured. Then click **Save** to complete the upload.
2424

2525
## Confirm error page
26-
Once the custom error page is uploaded and saved, we can trigger and view the page. In this example, we can trigger the 403 error by using an IP restriction.
26+
Once the custom error page is uploaded and saved, we can trigger and view the page. In this example, we can trigger the 403 error by using an IP restriction however you can also trigger a 403 error page by stopping the site.
2727

2828
To set an IP restriction, go to the **Networking** blade and click the **Enabled with access restrictions** link under **Inbound traffic configuration**.
2929

@@ -47,8 +47,15 @@ App Service currently supports three types of error codes that are available to
4747
## FAQ
4848
1. I've uploaded my error page, why doesn't it show when the error is triggered?
4949

50-
Currently, error pages are only triggered when the error is coming from the front end. Errors that get triggered at the app level should still be handled through the app.
50+
Custom error pages are triggered from front end failures. If the error is coming from the app level, it won't trigger or show the configured error page. If you want the error page to show for all requests, check the **Apply to all requests** box under the configured error code. This will show the error page for all requests matching the status code regardless of where it failed. Note, when this box is checked it will override any existing error pages that are configured for the app.
5151

5252
2. Why is the error page feature greyed out?
5353

54-
Error pages are currently a Premium feature. You need to use at least a Premium SKU to enable the feature.
54+
Error pages are currently a Premium feature. You need to use at least a Premium SKU to enable the feature.
55+
56+
3. How can I reference a single error page across multiple apps?
57+
58+
If you need to use the same error page across multiple apps, you can link to your error page hosted in a storage account in your uploaded html file. Upload your error page to a [storage account](/azure/storage/common/storage-account-overview) and add the provided storage URL for your page in an `<iframe>` tag located in the html file uploaded to the app.
59+
60+
61+
-1.55 KB
Loading

articles/azure-vmware/azure-vmware-solution-known-issues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides details about the known issues of Azure VMwar
44
ms.topic: reference
55
ms.custom: "engagement-fy23"
66
ms.service: azure-vmware
7-
ms.date: 5/5/2025
7+
ms.date: 5/7/2025
88
---
99

1010
# Known issues: Azure VMware Solution
@@ -15,6 +15,7 @@ Refer to the table to find details about resolution dates or possible workaround
1515

1616
|Issue | Date discovered | Workaround | Date resolved |
1717
| :------------------------------------- | :------------ | :------------- | :------------- |
18+
|With VMware HCX versions 4.10.3 and earlier, attempts to download upgrade bundles or the Connector OVA directly from the HCX Manager UI (port 443) fail due to the decommissioning of the external image depot server. More information can be obtained in this Knowledge Base article from Broadcom. [Upgrade Bundle Download from 443 UI will Fail in All HCX versions prior to 4.11](https://knowledge.broadcom.com/external/article/395372)| April 2025 | We will begin upgrading all Azure VMware Solution customers to HCX 4.11.0 in the coming weeks, this will provide customers with access to the HCX Connector upgrade bundles, which will be stored on their vSAN datastore. Until then, all customers will need to submit a support request (SR) to obtain the required upgrade bundles. | May 2025 |
1819
|[VMSA-2025-0005](https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25518) VMware Tools for Windows update addresses an authentication bypass vulnerability (CVE-2025-22230). | April 2025 | To remediate CVE-2025-22230, apply version 12.5.1 of VMware Tools, use the Azure VMware Solution Run command ``Set-Tools-Repo.`` | May 2025 |
1920
| If you're a user of AV64, you may notice a “Status of other hardware objects” alarm on your hosts in vCenter Server. This alarm doesn't indicate a hardware issue. It's triggered when the System Event Log (SEL) reaches its capacity threshold according to vCenter Server. Despite the alarm, the host remains healthy with no hardware-related error signatures detected, and no high availability (HA) events are expected as a result. It's safe to continue operating your private cloud without interruption. The alarm has only two possible states—green and red—with no intermediate warning state. Once the status changes to red, it will remain red even if conditions improve to what would typically qualify as a warning. | April 2025 | This alarm should be treated as a warning and won't affect operability of your private cloud. Microsoft adjusts thresholds for the alarm, so it doesn't alert in vCenter Server. | May 2025 |
2021
| After deploying an AV48 private cloud, you may see a High pNIC error rate detected. Check the host's vSAN performance view for details if alert is active in the vSphere Client. | April 2025 | The alert should be considered an informational message, since Microsoft manages the service. Select the **Reset to Green** link to clear it. | April 2025 |

articles/azure-vmware/azure-vmware-solution-platform-updates.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ description: Learn about the platform updates to Azure VMware Solution.
44
ms.topic: reference
55
ms.custom: "references_regions, engagement-fy23"
66
ms.service: azure-vmware
7-
ms.date: 4/15/2025
7+
ms.date: 5/7/2025
88
---
99

1010
# What's new in Azure VMware Solution
1111

1212
Microsoft regularly applies important updates to the Azure VMware Solution for new features and software lifecycle management. You should receive a notification through Azure Service Health that includes the timeline of the maintenance. For more information, see [Host maintenance and lifecycle management](azure-vmware-solution-host-remediation.md#host-maintenance-and-lifecycle-management).
1313

14+
## May 2025
15+
16+
## HCX Upgrade and Hybridity Depot Decommissioning
17+
18+
The HCX Hybridity Depot has been decommissioned by Broadcom. All Azure VMware Solution customers will be upgraded to HCX 4.11.0 in the coming weeks. Until customers are fully upgraded to HCX 4.11.0, they must submit a support request (SR) to obtain the required HCX Connector upgrade bundles. Once customers are upgraded to HCX 4.11.0, previous and current HCX Connector upgrade bundles will be avialable directly to them from their vSAN datastore.
1419
## April 2025
1520

1621
**AV48 SKU**

articles/cost-management-billing/manage/change-credit-card.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Add, update, or delete a payment method
33
description: This article describes how to add, update, or delete a payment method for an Azure subscription.
44
author: lindseyshep
5-
ms.reviewer: lishepar
5+
ms.reviewer: lishepar, jobailey
66
ms.service: cost-management-billing
77
ms.subservice: billing
88
ms.topic: how-to
9-
ms.date: 01/22/2025
9+
ms.date: 05/01/2025
1010
ms.author: lishepar
1111
ms.custom: references_regions
1212
---

articles/cost-management-billing/manage/open-banking-strong-customer-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Open Banking (PSD2) and Strong Customer Authentication (SCA) for Azure customers
33
description: This article explains why multifactor authentication is required for some Azure purchases and how to complete authentication.
44
author: lindseyshep
5-
ms.reviewer: lishepar
5+
ms.reviewer: lishepar, jobailey
66
ms.service: cost-management-billing
77
ms.subservice: billing
88
ms.topic: conceptual
9-
ms.date: 01/22/2025
9+
ms.date: 05/01/2025
1010
ms.author: lishepar
1111
---
1212

articles/cost-management-billing/manage/pay-by-invoice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Pay for Azure subscriptions by wire transfer
33
description: Learn how to pay for Azure subscriptions by wire transfer.
44
author: lindseyshep
5-
ms.reviewer: lishepar
5+
ms.reviewer: lishepar, jobailey
66
ms.service: cost-management-billing
77
ms.subservice: billing
88
ms.topic: how-to
9-
ms.date: 01/22/2025
9+
ms.date: 05/01/2025
1010
ms.author: lishepar
1111
---
1212

articles/cost-management-billing/manage/resolve-past-due-balance.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Resolve a past-due balance your pay-as-you-go Azure subscription
33
description: Learn how to make a payment if your Azure subscription has a past-due balance.
44
author: lindseyshep
5-
ms.reviewer: lishepar
5+
ms.reviewer: lishepar, jobailey
66
ms.service: cost-management-billing
77
ms.subservice: billing
88
ms.topic: how-to
9-
ms.date: 01/22/2025
9+
ms.date: 05/01/2025
1010
ms.author: lishepar
1111
ms.custom: references_regions
1212
---
@@ -85,7 +85,9 @@ Users in the following countries/regions don't have the **Settle balance** optio
8585

8686
## Troubleshoot a declined credit card
8787

88-
If your credit card charge is declined, contact your bank to resolve the problem. Check with your bank to make sure:
88+
If your credit card charge is declined, contact your bank to resolve the problem. Also confirm you have sufficient funds in your account to support the payment.
89+
90+
Check with your bank to make sure:
8991

9092
- International transactions are enabled on the card.
9193
- The card has sufficient credit limit or funds to settle the balance.

articles/cost-management-billing/manage/supported-payment-methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Supported payment methods
33
description: Learn about the payment methods that are supported for Azure subscriptions, based on your country or region.
44
author: bandersmsft
5-
ms.reviewer: lishepar
5+
ms.reviewer: lishepar, jobailey
66
ms.service: cost-management-billing
77
ms.subservice: billing
88
ms.topic: reference
9-
ms.date: 03/12/2025
9+
ms.date: 05/01/2025
1010
ms.author: banders
1111
ms.custom: references_regions
1212
---

0 commit comments

Comments
 (0)