Skip to content

Commit fd953c6

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into migrating-to-application-gateway-v2
2 parents c3a7337 + c540ac5 commit fd953c6

43 files changed

Lines changed: 605 additions & 360 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.

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/app-service/environment/creation.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom:
1616

1717
# Quickstart: Create an App Service Environment
1818

19-
In this quickstart, you create an App Service Environment. [App Service Environment][Intro] is a single-tenant deployment of Azure App Service that integrates with an Azure virtual network. Each App Service Environment deployment requires a dedicated subnet, which you can't use for other resources.
19+
In this quickstart, you create an App Service Environment. [App Service Environment](overview.md) is a single-tenant deployment of Azure App Service that integrates with an Azure virtual network. Each App Service Environment deployment requires a dedicated subnet, which you can't use for other resources.
2020

2121
If you don't have an Azure account, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
2222

@@ -120,8 +120,4 @@ After you successfully create your App Service Environment, you can select it as
120120

121121
## Related content
122122

123-
- [Create an App Service Environment by using a Resource Manager template](how-to-create-from-template.md).
124-
125-
<!--Links-->
126-
[Intro]: ./overview.md
127-
[UseAppServiceEnvironment]: ./using.md
123+
- [Create an App Service Environment - Azure Resource Manager template](how-to-create-from-template.md)

articles/app-service/environment/how-to-create-from-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ Creating the App Service Environment usually takes about an hour, but if it's a
122122

123123
## Related content
124124

125-
- [Use an App Service Environment](using.md)
125+
- [Host an app in an App Service Environment](using.md)
126126
- [App Service Environment networking](networking.md)
127127
- [Certificates and the App Service Environment](overview-certificates.md)

articles/app-service/environment/how-to-custom-domain-suffix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ To configure DNS in Azure DNS private zones:
184184
:::image type="content" source="./media/custom-domain-suffix/private-dns-zone-vnet-link.png" alt-text="Screenshot of a sample virtual network link for private DNS zone.":::
185185
1. Optionally create an A record in that zone that points *.scm to the inbound IP address used by your App Service Environment.
186186

187-
For more information on configuring DNS for your domain, see [Use an App Service Environment](./using.md#dns-configuration).
187+
For more information on configuring DNS for your domain, see [Use an App Service Environment](./using.md#configure-dns).
188188

189189
> [!NOTE]
190-
> In addition to configuring DNS for your custom domain suffix, you should also consider [configuring DNS for the default domain suffix](./using.md#dns-configuration) to ensure all App Service features function as expected.
190+
> In addition to configuring DNS for your custom domain suffix, you should also consider [configuring DNS for the default domain suffix](./using.md#configure-dns) to ensure all App Service features function as expected.
191191
>
192192

193193
## Access your apps
@@ -209,7 +209,7 @@ The App Service platform periodically checks if your App Service Environment can
209209
## Next steps
210210

211211
> [!div class="nextstepaction"]
212-
> [Using an App Service Environment v3](using.md)
212+
> [Host an app in an App Service Environment](using.md)
213213

214214
> [!div class="nextstepaction"]
215215
> [App Service Environment v3 Networking](networking.md)

articles/app-service/environment/how-to-upgrade-preference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ az rest --method POST --uri "${ASE_ID}/upgrade?api-version=2022-03-01"
143143
## Next steps
144144

145145
> [!div class="nextstepaction"]
146-
> [Using an App Service Environment v3](using.md)
146+
> [Host an app in an App Service Environment](using.md)
147147
148148
> [!div class="nextstepaction"]
149149
> [App Service Environment v3 Networking](networking.md)
43.5 KB
Loading
198 KB
Loading
134 KB
Loading
132 KB
Loading

0 commit comments

Comments
 (0)