Skip to content

Commit d767013

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs into sfBurstSupport
2 parents 2c5232a + edece1d commit d767013

File tree

155 files changed

+1171
-547
lines changed

Some content is hidden

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

155 files changed

+1171
-547
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,11 @@
698698
"redirect_url": "/azure/frontdoor/front-door-rules-engine",
699699
"redirect_document_id": false
700700
},
701+
{
702+
"source_path_from_root": "/articles/frontdoor/concept-caching.md",
703+
"redirect_url": "/azure/frontdoor/front-door-caching",
704+
"redirect_document_id": false
705+
},
701706
{
702707
"source_path_from_root": "/articles/frontdoor/concept-route.md",
703708
"redirect_url": "/azure/frontdoor/front-door-route-matching",

articles/active-directory-b2c/configure-authentication-sample-web-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ A computer that's running either of the following:
4444

4545
# [Visual Studio](#tab/visual-studio)
4646

47-
* [Visual Studio 2019 16.8 or later](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019), with the ASP.NET and web development workload
48-
* [.NET 5.0 SDK](https://dotnet.microsoft.com/download/dotnet)
47+
* [Visual Studio 2022 17.0 or later](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019), with the ASP.NET and web development workload
48+
* [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet)
4949

5050
# [Visual Studio Code](#tab/visual-studio-code)
5151

5252
* [Visual Studio Code](https://code.visualstudio.com/download)
5353
* [C# for Visual Studio Code (latest version)](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)
54-
* [.NET 5.0 SDK](https://dotnet.microsoft.com/download/dotnet)
54+
* [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet)
5555

5656
---
5757

@@ -76,7 +76,7 @@ To create the web app registration, do the following:
7676
1. Select **App registrations**, and then select **New registration**.
7777
1. Under **Name**, enter a name for the application (for example, *webapp1*).
7878
1. Under **Supported account types**, select **Accounts in any identity provider or organizational directory (for authenticating users with user flows)**.
79-
1. Under **Redirect URI**, select **Web** and then, in the URL box, enter `https://localhost:5001/signin-oidc`.
79+
1. Under **Redirect URI**, select **Web** and then, in the URL box, enter `https://localhost:44316/signin-oidc`.
8080
1. Under **Permissions**, select the **Grant admin consent to openid and offline access permissions** checkbox.
8181
1. Select **Register**.
8282
1. Select **Overview**.
@@ -131,7 +131,7 @@ Your final configuration file should look like the following JSON:
131131
## Step 5: Run the sample web app
132132

133133
1. Build and run the project.
134-
1. Go to `https://localhost:5001`.
134+
1. Go to `https://localhost:44316`.
135135
1. Select **Sign Up/In**.
136136

137137
![Screenshot of the "Sign Up/In" button on the project Welcome page.](./media/configure-authentication-sample-web-app/web-app-sign-in.png)

articles/active-directory/app-provisioning/use-scim-to-build-users-and-groups-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The default token validation code is configured to use an Azure AD token and req
9999

100100
After you deploy the SCIM endpoint, you can test to ensure that it's compliant with SCIM RFC. This example provides a set of tests in Postman that validate CRUD (create, read, update, and delete) operations on users and groups, filtering, updates to group membership, and disabling users.
101101

102-
The endpoints are in the `{host}/scim/` directory, and you can use standard HTTP requests to interact with them. To modify the `/scim/` route, see *ControllerConstant.cs* in **AzureADProvisioningSCIMreference** > **ScimReferenceApi** > **Controllers**.
102+
The endpoints are in the `{host}/scim/` directory, and you can use standard HTTP requests to interact with them. To modify the `/scim/` route, see *TokenController.cs* in **SCIMReferenceCode** > **Microsoft.SCIM.WebHostSample** > **Controllers**.
103103

104104
> [!NOTE]
105105
> You can only use HTTP endpoints for local tests. The Azure AD provisioning service requires that your endpoint support HTTPS.
@@ -141,4 +141,4 @@ To develop a SCIM-compliant user and group endpoint with interoperability for a
141141

142142
> [!div class="nextstepaction"]
143143
> [Tutorial: Develop and plan provisioning for a SCIM endpoint](use-scim-to-provision-users-and-groups.md)
144-
> [Tutorial: Configure provisioning for a gallery app](configure-automatic-user-provisioning-portal.md)
144+
> [Tutorial: Configure provisioning for a gallery app](configure-automatic-user-provisioning-portal.md)

articles/active-directory/app-provisioning/whats-new-docs.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
---
22
title: "What's new in Azure Active Directory application provisioning"
33
description: "New and updated documentation for the Azure Active Directory application provisioning."
4-
ms.date: 02/03/2022
4+
ms.date: 03/09/2022
55
ms.service: active-directory
66
ms.subservice: app-provisioning
77
ms.topic: reference
88
ms.workload: identity
99
ms.author: kenwith
1010
author: kenwith
11-
manager: karenhoran
11+
manager:
1212
---
1313

1414
# Azure Active Directory application provisioning: What's new
1515

1616
Welcome to what's new in Azure Active Directory application provisioning documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the provisioning service, see [What's new in Azure Active Directory](../fundamentals/whats-new.md).
1717

18+
## February 2022
19+
20+
### Updated articles
21+
22+
- [Reference for writing expressions for attribute mappings in Azure Active Directory](functions-for-customizing-application-data.md)
23+
1824
## January 2022
1925

2026
### Updated articles

articles/active-directory/app-proxy/whats-new-docs.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Azure Active Directory application proxy"
33
description: "New and updated documentation for the Azure Active Directory application proxy."
4-
ms.date: 02/03/2022
4+
ms.date: 03/09/2022
55
ms.service: active-directory
66
ms.subservice: app-proxy
77
ms.topic: reference
@@ -15,6 +15,13 @@ manager: karenhoran
1515

1616
Welcome to what's new in Azure Active Directory application proxy documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the service, see [What's new in Azure Active Directory](../fundamentals/whats-new.md).
1717

18+
## February 2022
19+
20+
### Updated articles
21+
22+
- [Plan an Azure AD Application Proxy deployment](application-proxy-deployment-plan.md)
23+
- [Secure access to on-premises APIs with Azure Active Directory Application Proxy](application-proxy-secure-api-access.md)
24+
1825
## January 2022
1926

2027
### Updated articles

articles/active-directory/authentication/concept-authentication-passwordless.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The following providers offer FIDO2 security keys of different form factors that
117117
| Excelsecu | ![y] | ![y]| ![y]| ![y]| ![n] | https://www.excelsecu.com/productdetail/esecufido2secu.html |
118118
| Feitian | ![y] | ![y]| ![y]| ![y]| ![y] | https://shop.ftsafe.us/pages/microsoft |
119119
| Fortinet | ![n] | ![y]| ![n]| ![n]| ![n] | https://www.fortinet.com/ |
120+
| Giesecke + Devrient (G+D) | ![y] | ![y]| ![y]| ![y]| ![n] | https://www.gi-de.com/en/identities/enterprise-security/hardware-based-authentication |
120121
| GoTrustID Inc. | ![n] | ![y]| ![y]| ![y]| ![n] | https://www.gotrustid.com/idem-key |
121122
| HID | ![n] | ![y]| ![y]| ![n]| ![n] | https://www.hidglobal.com/contact-us |
122123
| Hypersecu | ![n] | ![y]| ![n]| ![n]| ![n] | https://www.hypersecu.com/hyperfido |

articles/active-directory/cloud-infrastructure-entitlement-management/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
expanded: true
55
items:
66
- name: What's CloudKnox Permissions Management?
7-
href: cloudknox-overview.md
7+
href: cloudknox-overview.md
88
- name: How-to guides
99
expanded: true
1010
items:

articles/active-directory/cloud-infrastructure-entitlement-management/cloudknox-onboard-aws.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: ciem
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 02/24/2022
11+
ms.date: 03/09/2022
1212
ms.author: v-ydequadros
1313
---
1414

@@ -31,6 +31,10 @@ This article describes how to onboard an Amazon Web Services (AWS) account on Cl
3131
- To enable the CloudKnox **Feature highlights** tile in the Azure AD portal, [select this link to run the script in your browser](https://aka.ms/ciem-prod).
3232
- To use the CloudKnox public preview, we encourage you to fill out a consent form that provides other terms and conditions for the public preview product. To open the form, select [CloudKnox Permissions Management Public Preview: Terms and Conditions](https://aka.ms/ciem-terms).
3333

34+
## View a training video on configuring and onboarding an AWS account
35+
36+
To view a video on how to configure and onboard AWS accounts in CloudKnox, select [Configure and onboard AWS accounts](https://www.youtube.com/watch?v=R6K21wiWYmE).
37+
3438
## Onboard an AWS account
3539

3640
1. If the **Data Collectors** dashboard isn't displayed when CloudKnox launches:

articles/active-directory/cloud-infrastructure-entitlement-management/cloudknox-onboard-azure.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: ciem
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 02/24/2022
11+
ms.date: 03/09/2022
1212
ms.author: v-ydequadros
1313
---
1414

@@ -34,10 +34,9 @@ To add CloudKnox to your Azure AD tenant:
3434
- To enable the CloudKnox **Feature highlights** tile in the Azure AD portal, [select this link to run the script in your browser](https://aka.ms/ciem-prod).
3535
- To use the CloudKnox public preview, we encourage you to fill out a consent form that provides other terms and conditions for the public preview product. To open the form, select [CloudKnox Permissions Management Public Preview: Terms and Conditions](https://aka.ms/ciem-terms).
3636

37-
## View a training video on enabling CloudKnox
37+
## View a training video on enabling CloudKnox in your Azure AD tenant
3838

39-
To view a video on how to enable CloudKnox in your Azure AD tenant, select
40-
[Enable CloudKnox in your Azure AD tenant](https://www.youtube.com/watch?v=-fkfeZyevoo).
39+
To view a video on how to enable CloudKnox in your Azure AD tenant, select [Enable CloudKnox in your Azure AD tenant](https://www.youtube.com/watch?v=-fkfeZyevoo).
4140

4241
## How to onboard an Azure subscription
4342

articles/active-directory/cloud-infrastructure-entitlement-management/cloudknox-onboard-enable-tenant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: ciem
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 02/24/2022
11+
ms.date: 03/09/2022
1212
ms.author: v-ydequadros
1313
---
1414

@@ -40,8 +40,8 @@ To enable CloudKnox in your organization:
4040
4141
## View a training video on enabling CloudKnox
4242

43-
To view a video on how to enable CloudKnox in your Azure AD tenant, select
44-
[Enable CloudKnox in your Azure AD tenant](https://www.youtube.com/watch?v=-fkfeZyevoo).
43+
- To view a video on how to enable CloudKnox in your Azure AD tenant, select [Enable CloudKnox in your Azure AD tenant](https://www.youtube.com/watch?v=-fkfeZyevoo).
44+
- To view a video on how to configure and onboard AWS accounts in CloudKnox, select [Configure and onboard AWS accounts](https://www.youtube.com/watch?v=R6K21wiWYmE).
4545

4646
## How to enable CloudKnox on your Azure AD tenant
4747

0 commit comments

Comments
 (0)