Skip to content

Commit 1c9a054

Browse files
committed
Merge branch 'main' into release-functions-bindings-refactor
2 parents eb7e352 + 9fcab14 commit 1c9a054

File tree

185 files changed

+2363
-40516
lines changed

Some content is hidden

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

185 files changed

+2363
-40516
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/storage/blobs/storage-ios-how-to-use-blob-storage.md",
5+
"redirect_url": "/previous-versions/azure/storage/blobs/storage-ios-how-to-use-blob-storage",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/virtual-machines/linux/login-using-aad.md",
510
"redirect_url": "/previous-versions/azure/virtual-machines/linux/login-using-aad",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ A computer that's running either:
6262

6363
# [Visual Studio](#tab/visual-studio)
6464

65-
* [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
66-
* [.NET 5.0 SDK](https://dotnet.microsoft.com/download/dotnet)
65+
* [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
66+
* [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet)
6767

6868
# [Visual Studio Code](#tab/visual-studio-code)
6969

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

7474
---
7575

articles/active-directory-domain-services/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@
162162
items:
163163
- name: FAQs
164164
href: faqs.yml
165+
- name: Feature availability
166+
href: feature-availability.md
165167
- name: Service updates
166168
href: https://azure.microsoft.com/updates/?product=active-directory-ds
167169
- name: Pricing
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Azure Active Directory Domain Services (Azure AD DS) feature availability in Azure Government
3+
description: Learn which Azure AD DS features are available in Azure Government.
4+
5+
ms.service: active-directory
6+
ms.subservice: domain-services
7+
ms.workload: identity
8+
ms.topic: conceptual
9+
ms.date: 03/07/2022
10+
11+
ms.author: justinha
12+
author: justinha
13+
manager: daveba
14+
ms.reviewer: michmcla
15+
ms.collection: M365-identity-device-management
16+
---
17+
18+
# Azure Active Directory Domain Services feature availability
19+
20+
<!---Jeremy said there are additional features that don't fit nicely in this list that we need to add later--->
21+
22+
This following table lists Azure Active Directory Domain Services (Azure AD DS) feature availability in Azure Government.
23+
24+
25+
| Feature | Availability |
26+
|---------|:------------:|
27+
| Configure LDAPS | &#x2705; |
28+
| Create trusts | &#x2705; |
29+
| Create replica sets | &#x2705; |
30+
| Configure and scope user and group sync | &#x2705; |
31+
| Configure password hash sync | &#x2705; |
32+
| Configure password and account lockout policies | &#x2705; |
33+
| Manage Group Policy | &#x2705; |
34+
| Manage DNS | &#x2705; |
35+
| Email notifications | &#x2705; |
36+
| Configure Kerberos constrained delegation | &#x2705; |
37+
| Auditing and Azure Monitor Workbooks templates | &#x2705; |
38+
| Domain join Windows VMs | &#x2705; |
39+
| Domain join Linux VMs | &#x2705; |
40+
| Deploy Azure AD Application Proxy | &#x2705; |
41+
| Enable profile sync for SharePoint | &#x2705; |
42+
43+
## Next steps
44+
45+
- [FAQs](faqs.yml)
46+
- [Service updates](https://azure.microsoft.com/updates/?product=active-directory-ds)
47+
- [Pricing](https://azure.microsoft.com/pricing/details/active-directory-ds/)

articles/active-directory/authentication/feature-availability.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure AD feature availability in Azure Government
2+
title: Azure Active Directory (Azure AD) feature availability in Azure Government
33
description: Learn which Azure AD features are available in Azure Government.
44

55
services: multi-factor-authentication
@@ -15,12 +15,13 @@ ms.reviewer: michmcla
1515
ms.collection: M365-identity-device-management
1616
---
1717

18-
# Cloud feature availability
18+
# Azure Active Directory feature availability
1919

2020
<!---Jeremy said there are additional features that don't fit nicely in this list that we need to add later--->
2121

22-
This following table lists Azure AD feature availability in Azure Government.
22+
This following tables list Azure AD feature availability in Azure Government.
2323

24+
## Azure Active Directory
2425

2526
|Service | Feature | Availability |
2627
|:------|---------|:------------:|
@@ -106,7 +107,7 @@ This following table lists Azure AD feature availability in Azure Government.
106107
|Additional risk detected | &#x2705; |
107108

108109

109-
## HR-provisioning apps
110+
## HR provisioning apps
110111

111112
| HR-provisioning app | Availability |
112113
|----------------|:--------------------:|

articles/active-directory/authentication/howto-authentication-passwordless-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Microsoft provides communication templates for end users. Download the [authenti
119119

120120
Users register their passwordless method as a part of the **combined security information workflow** at [https://aka.ms/mysecurityinfo](https://aka.ms/mysecurityinfo). Azure AD logs registration of security keys and Microsoft Authenticator app, and any other changes to the authentication methods.
121121

122-
For the first-time user who doesn't have a password, admins can provide a [Temporary Access Passcode](howto-authentication-temporary-access-pass.md) to register their security information in [https://aka.ms/mysecurityinfo](https://aka.ms/mysecurityinfo.md) . This is a time-limited passcode and satisfies strong authentication requirements. **Temporary Access Pass is a per-user process**.
122+
For the first-time user who doesn't have a password, admins can provide a [Temporary Access Passcode](howto-authentication-temporary-access-pass.md) to register their security information in [https://aka.ms/mysecurityinfo](https://aka.ms/mysecurityinfo) . This is a time-limited passcode and satisfies strong authentication requirements. **Temporary Access Pass is a per-user process**.
123123

124124
This method can also be used for easy recovery when the user has lost or forgotten their authentication factor such as security key or Microsoft Authenticator app but needs to sign in to **register a new strong authentication method**.
125125

articles/active-directory/develop/scenario-web-app-call-api-app-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In the following example, the `GraphBeta` section specifies these settings.
4949
"AzureAd": {
5050
"Instance": "https://login.microsoftonline.com/",
5151
"ClientId": "[Client_id-of-web-app-eg-2ec40e65-ba09-4853-bcde-bcb60029e596]",
52-
"TenantId": "common"
52+
"TenantId": "common",
5353

5454
// To call an API
5555
"ClientSecret": "[Copy the client secret added to the app from the Azure portal]",
@@ -70,7 +70,7 @@ Instead of a client secret, you can provide a client certificate. The following
7070
"AzureAd": {
7171
"Instance": "https://login.microsoftonline.com/",
7272
"ClientId": "[Client_id-of-web-app-eg-2ec40e65-ba09-4853-bcde-bcb60029e596]",
73-
"TenantId": "common"
73+
"TenantId": "common",
7474

7575
// To call an API
7676
"ClientCertificates": [

articles/active-directory/governance/TOC.yml

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,28 @@
1616
- name: Tutorials
1717
expanded: true
1818
items:
19-
- name: Manage access to resources - Azure portal
20-
href: entitlement-management-access-package-first.md
21-
- name: Manage access to resources - Microsoft Graph
22-
href: /graph/tutorial-access-package-api?toc=/azure/active-directory/governance/toc.json&bc=/azure/active-directory/governance/breadcrumb/toc.json
23-
- name: Manage access to resources - PowerShell
24-
href: /powershell/microsoftgraph/tutorial-entitlement-management?view=graph-powershell-beta
25-
- name: Onboard external users to Azure AD through an approval process
26-
href: entitlement-management-onboard-external-user.md
27-
- name: Manage the lifecycle of your group-based licenses in Azure AD
28-
href: entitlement-management-group-licenses.md
29-
- name: Automate identity governance tasks
30-
href: identity-governance-automation.md
19+
- name: Azure portal tutorials
20+
items:
21+
- name: Manage access to resources - Azure portal
22+
href: entitlement-management-access-package-first.md
23+
- name: Manage the lifecycle of your group-based licenses in Azure AD
24+
href: entitlement-management-group-licenses.md
25+
- name: Onboard external users to Azure AD through an approval process
26+
href: entitlement-management-onboard-external-user.md
27+
- name: Automate identity governance tasks
28+
href: identity-governance-automation.md
29+
- name: API tutorials
30+
items:
31+
- name: Manage access to resources - Microsoft Graph
32+
href: /graph/tutorial-access-package-api?toc=/azure/active-directory/governance/toc.json&bc=/azure/active-directory/governance/breadcrumb/toc.json
33+
- name: Manage access to resources - PowerShell
34+
href: /powershell/microsoftgraph/tutorial-entitlement-management?view=graph-powershell-beta
35+
- name: Review access to Microsoft 365 groups - Microsoft Graph
36+
href: https://docs.microsoft.com/graph/tutorial-accessreviews-m365group
37+
- name: Review access to security groups - Microsoft Graph
38+
href: https://docs.microsoft.com/graph/tutorial-accessreviews-securitygroup
39+
- name: Review access to privileged roles - Microsoft Graph
40+
href: https://docs.microsoft.com/graph/tutorial-accessreviews-roleassignments
3141
- name: Concepts
3242
expanded: true
3343
items:

articles/active-directory/governance/create-access-review.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ For more information, see [License requirements](access-reviews-overview.md#lice
158158

159159
A multi-stage review allows the administrator to define two or three sets of reviewers to complete a review one after another. In a single-stage review, all reviewers make a decision within the same period and the last reviewer to make a decision "wins". In a multi-stage review, two or three independent sets of reviewers make a decision within their own stage, and the next stage doesn't happen until a decision is made in the previous stage. Multi-stage reviews can be used to reduce the burden on later-stage reviewers, allow for escalation of reviewers, or have independent groups of reviewers agree on decisions.
160160
> [!WARNING]
161-
> Data of users included in multi-stage access reviews are a part of the audit record at the start of the review. Administrators may delete the data at any time by deleting the multi-stage access review series.
161+
> Data of users included in multi-stage access reviews are a part of the audit record at the start of the review. Administrators may delete the data at any time by deleting the multi-stage access review series.
162+
[!INCLUDE [GDPR-related guidance](../../../includes/gdpr-intro-sentence.md)]
162163

163164
1. After you have selected the resource and scope of your review, move on to the **Reviews** tab.
164165

20.3 KB
Loading

0 commit comments

Comments
 (0)