Skip to content

Commit 8ab9ba9

Browse files
committed
2 parents 5cf4faa + 2a54f76 commit 8ab9ba9

322 files changed

Lines changed: 19527 additions & 9250 deletions

File tree

Some content is hidden

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

.openpublishing.redirection.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-dedicated-sku.md",
5+
"redirect_url": "/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-billing",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/azure-functions/durable/durable-functions-cloud-backup.md",
10+
"redirect_url": "/azure/azure-functions/durable/durable-functions-fan-in-fan-out",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/azure-functions/durable/durable-functions-monitor-python.md",
15+
"redirect_url": "/azure/azure-functions/durable/durable-functions-monitor",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/azure-functions/durable/durable-functions-phone-verification.md",
20+
"redirect_url": "/azure/azure-functions/durable/durable-functions-human-interaction",
21+
"redirect_document_id": false
22+
},
323
{
424
"source_path": "articles/expressroute/expressroute-troubleshooting-arp-resource-manager.md",
525
"redirect_url": "/troubleshoot/azure/expressroute/expressroute-troubleshooting-arp-resource-manager",
@@ -6969,16 +6989,16 @@
69696989
"redirect_url": "/azure/oracle/oracle-db/database-overview",
69706990
"redirect_document_id": false
69716991
},
6972-
{
6992+
{
69736993
"source_path": "articles/cyclecloud/how-to/ccws/register-entra-id-app.md",
69746994
"redirect_url": "/azure/cyclecloud/how-to/create-app-registration",
69756995
"redirect_document_id": false
69766996
},
6977-
{
6997+
{
69786998
"source_path": "articles/cyclecloud/how-to/ccws/open-ondemand-add-users.md",
69796999
"redirect_url": "/azure/cyclecloud/how-to/ccws/configure-open-ondemand",
69807000
"redirect_document_id": false
6981-
},
7001+
},
69827002
{
69837003
"source_path": "articles/reliability/reliability-health-insights.md",
69847004
"redirect_url": "/azure/azure-health-insights/reliability-health-insights",

articles/active-directory-b2c/customize-ui-with-html.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: kengaderdus
66
manager: CelesteDG
77
ms.service: azure-active-directory
88
ms.topic: how-to
9-
ms.date: 02/17/2025
9+
ms.date: 03/04/2026
1010
ms.author: kengaderdus
1111
ms.subservice: b2c
1212
zone_pivot_groups: b2c-policy-type
@@ -440,6 +440,34 @@ To use the sample:
440440
1. Now modify the policy, pointing to your HTML file, as mentioned previously.
441441
1. If you see missing fonts, images, or CSS, check your references in the extensions policy and the `\*.html` files.
442442

443+
444+
### Bootstrap dependency in sample templates
445+
446+
The [sample templates](https://github.com/azure-ad-b2c/html-templates) use **Bootstrap 3.3.5**, sourced from the official Bootstrap CDN. This version has been validated and tested with Azure AD B2C.
447+
448+
The templates reference the following CDN URL for Bootstrap CSS:
449+
450+
```
451+
https://cdn.jsdelivr.net/npm/bootstrap@3.3.5/dist/css/bootstrap.min.css
452+
```
453+
454+
The default configuration in the template HTML files includes a link element similar to the following example:
455+
456+
```xml
457+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.5/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
458+
```
459+
460+
For the official Bootstrap 3.3.5 download and CDN details, see [Bootstrap 3.3 Getting Started](https://getbootstrap.com/docs/3.3/getting-started/#download-cdn).
461+
462+
#### Replace the CDN reference
463+
464+
You can replace the CDN reference with your organization's internal CDN or a locally hosted copy to meet reliability, security, or compliance requirements.
465+
466+
> [!IMPORTANT]
467+
> The templates are validated specifically against Bootstrap 3.3.5. Upgrading, downgrading, or otherwise modifying the Bootstrap version might introduce styling, layout, or component compatibility issues.
468+
469+
If you change the Bootstrap version, you're responsible for completing regression testing to validate that your customized templates work correctly with Azure AD B2C. Retain the validated version unless you've completed appropriate testing.
470+
443471
## Use company branding assets in custom HTML
444472

445473
To use [company branding](customize-ui.md#configure-company-branding) assets in a custom HTML, add the following tags outside the `<div id="api">` tag. The image source is replaced with that of the background image and banner logo.

articles/api-management/api-management-region-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Information in the following table is updated regularly. Capacity availability i
3333
| Brazil South ||| | |
3434
| Canada Central |||| |
3535
| Central India ||| | |
36-
| Central US ||| | |
36+
| Central US ||| | |
3737
| East Asia ||| ||
3838
| East US ||| | |
3939
| East US 2 |||||

articles/api-management/protect-with-ddos-protection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Depending on the DDoS Protection plan you use, enable DDoS protection on the vir
5959

6060
### Enable DDoS protection on the API Management public IP address
6161

62-
If your plan uses the IP DDoS Protection SKU, see [Enable DDoS IP Protection for a public IP address](../ddos-protection/manage-ddos-protection-powershell-ip.md#disable-ddos-ip-protection-for-an-existing-public-ip-address).
62+
If your plan uses the IP DDoS Protection SKU, see [Enable DDoS IP Protection for a public IP address](../ddos-protection/manage-ddos-protection-powershell-ip.md#disable-ddos-ip-protection-for-a-public-ip-address).
6363

6464
## Related content
6565

articles/api-management/websocket-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ During the WebSocket passthrough, the client application establishes a WebSocket
5353
1. When either side disconnects, API Management terminates the corresponding connection.
5454

5555
> [!NOTE]
56-
> The client-side and backend-side connections consist of one-to-one mapping.
56+
> Client-to-backend connections consist of one-to-one mappings. The same WebSocket session cannot be distributed across multiple backends.
5757
5858
## onHandshake operation
5959

@@ -120,6 +120,7 @@ The following are the current restrictions of WebSocket support in API Managemen
120120
* WebSocket APIs support the following valid buffer types for messages: Close, BinaryFragment, BinaryMessage, UTF8Fragment, and UTF8Message.
121121
* Currently, the [set-header](set-header-policy.md) policy doesn't support changing certain well-known headers, including `Host` headers, in onHandshake requests.
122122
* During the TLS handshake with a WebSocket backend, API Management validates that the server certificate is trusted and that its subject name matches the hostname. With HTTP APIs, API Management validates that the certificate is trusted but doesn’t validate that hostname and subject match.
123+
* WebSocket connections cannot be distributed or load-balanced across multiple backends because, once established, each connection is maintained one-to-one between the client and backend.
123124

124125
For WebSocket connection limits, see [API Management limits](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-api-management-limits).
125126

0 commit comments

Comments
 (0)