Skip to content

Commit ce80e61

Browse files
authored
Merge pull request #297454 from MicrosoftDocs/main
4/1/2025 AM Publish
2 parents c13f640 + 982f544 commit ce80e61

33 files changed

+216
-283
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6743,6 +6743,11 @@
67436743
"source_path": "articles/storage/files/geo-redundant-storage-for-large-file-shares.md",
67446744
"redirect_url": "/azure/storage/files/files-redundancy",
67456745
"redirect_document_id": false
6746+
},
6747+
{
6748+
"source_path": "articles/defender-for-iot/organizations/extra-deploy-enterprise-iot.md",
6749+
"redirect_url": "/azure/defender-for-iot/organizations/eiot-defender-for-endpoint",
6750+
"redirect_document_id": false
67466751
}
67476752
]
67486753
}

articles/active-directory-b2c/whats-new-docs.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Azure Active Directory business-to-customer (B2C)"
33
description: "New and updated documentation for the Azure Active Directory business-to-customer (B2C)."
4-
ms.date: 02/04/2025
4+
ms.date: 04/01/2025
55
ms.service: azure-active-directory
66
ms.subservice: b2c
77
ms.topic: whats-new
@@ -17,6 +17,11 @@ manager: CelesteDG
1717

1818
Welcome to what's new in Azure Active Directory B2C documentation. This article lists new and significantly updated docs from the past three months. To learn what's new with the B2C service, see [What's new in Microsoft Entra ID](../active-directory/fundamentals/whats-new.md), [Azure AD B2C developer release notes](custom-policy-developer-notes.md) and [What's new in Microsoft Entra External ID](/entra/external-id/whats-new-docs).
1919

20+
## March 2025
21+
22+
### Updated articles
23+
- [Error codes: Azure Active Directory B2C](error-codes.md) - Updated error messages
24+
2025
## February 2025
2126

2227
### Updated articles
@@ -32,9 +37,3 @@ Welcome to what's new in Azure Active Directory B2C documentation. This article
3237

3338
- [Azure Active Directory B2C service limits and restrictions](service-limits.md) - Updated limits
3439

35-
## December 2024
36-
37-
### Updated articles
38-
39-
- [Tutorial: Configure Nok Nok S3 Authentication Suite with Azure AD B2C for FIDO passkey authentication](partner-nok-nok.md) - Updated scenarios
40-

articles/api-management/import-function-app-as-api.md

Lines changed: 78 additions & 76 deletions
Large diffs are not rendered by default.
-29.2 KB
Loading
2.31 KB
Loading
35 KB
Loading
-6.94 KB
Loading
5.19 KB
Loading

articles/api-management/virtual-network-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Allow outbound network connectivity for the developer portal's CAPTCHA, which re
115115

116116
## Publishing the developer portal
117117

118-
Enable publishing the [developer portal](api-management-howto-developer-portal.md) for an API Management instance in a VNet by allowing outbound connectivity to blob storage in the West US region. For example, use the **Storage.WestUS** service tag in an NSG rule. Currently, connectivity to blob storage in the West US region is required to publish the developer portal for any API Management instance.
118+
Enable publishing the [developer portal](api-management-howto-developer-portal.md) for an API Management instance in a VNet by allowing outbound connectivity to Azure Storage. For example, use the Storage service tag in an NSG rule. Currently, connectivity to Azure Storage via global or regional service endpoints is required to publish the developer portal for any API Management instance.
119119

120120
## Azure portal diagnostics
121121
When using the API Management diagnostics extension from inside a VNet, outbound access to `dc.services.visualstudio.com` on port `443` is required to enable the flow of diagnostic logs from Azure portal. This access helps in troubleshooting issues you might face when using the extension.

articles/app-service/troubleshoot-domain-ssl-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ When you select "Download as a certificate" for the App Service Certificate unde
385385

386386
**What file format can I use to upload a certificate to my App Service?**
387387

388-
The certificate file format must be a .pfx file with a password applied to the file. The certificate must also meet the certificate requirements mentioned [here](../app-service/configure-ssl-certificate.md#private-certificate-requirements). If you have obtained your certificate from a 3rd party CA and the file format is a .PEM/.KEY format, you can use a tool like openSSL to convert the file(s) to a .pfx file format. The private key must be included during the conversion as it is required in the .pfx file format. Also, if your certificate authority gives you multiple certificates in the certificate chain, you have to merge the certificates following the same order. For more information, please see [here](../app-service/configure-ssl-certificate.md#merge-intermediate-certificates).
388+
The certificate file format must be a .pfx file with a password applied to the file. The certificate must also meet the certificate requirements mentioned [here](../app-service/configure-ssl-certificate.md#private-certificate-requirements). If you have obtained your certificate from a 3rd party CA and the file format is a .PEM/.KEY format, you can use a tool like OpenSSL to convert the file(s) to a .pfx file format. The private key must be included during the conversion as it is required in the .pfx file format. Also, if your certificate authority gives you multiple certificates in the certificate chain, you have to merge the certificates following the same order. For more information, please see [here](../app-service/configure-ssl-certificate.md#merge-intermediate-certificates).
389389

390390
**How do I generate a certificate signing request (CSR) for an App Service Certificate?**
391391

0 commit comments

Comments
 (0)