Skip to content

Commit 31e1220

Browse files
committed
Merge branch 'main' into release-ga-azure-firewall-basic
2 parents c06e334 + 519f761 commit 31e1220

File tree

366 files changed

+4095
-2233
lines changed

Some content is hidden

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

366 files changed

+4095
-2233
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/databox-online/azure-stack-edge-zero-touch-provisioning.md",
5+
"redirect_url": "/azure/databox-online/azure-stack-edge-powershell-based-configuration",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/azure-video-analyzer/video-analyzer-docs/access-policies.md",
510
"redirect_url": "/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/access-policies",

articles/active-directory-domain-services/migrate-from-classic-vnet.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: domain-services
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 03/10/2023
11+
ms.date: 03/14/2023
1212
ms.author: justinha
1313
---
1414

@@ -177,11 +177,12 @@ Before you begin the migration process, complete the following initial checks an
177177
| Source | Source service tag | Source port ranges | Destination | Service | Destination port ranges | Protocol | Action | Required | Purpose |
178178
|:-----------:|:----------------------------------:|:------------------:|:-------------:|:-------:|:-----------------------:|:--------:|:------:|:--------:|:--------|
179179
| Service tag | AzureActiveDirectoryDomainServices | * | Any | WinRM | 5986 | TCP | Allow | Yes | Management of your domain |
180-
| Service tag | CorpNetSaw | * | Any | WinRM | 3389 | TCP | Allow | Optional | Debugging for support |
181-
| Service tag | AzureActiveDirectoryDomainServices | * | Any | WinRM | 636 | TCP | Allow | Optional | Secure LDAP |
182-
180+
| Service tag | CorpNetSaw | * | Any | RDP | 3389 | TCP | Allow | Optional | Debugging for support |
181+
183182
Make a note of this target resource group, target virtual network, and target virtual network subnet. These resource names are used during the migration process.
184183

184+
Please note that the **CorpNetSaw** service tag isn't available by using Azure portal, and the network security group rule for **CorpNetSaw** has to be added by using PowerShell (powershell-create-instance.md#create-a-network-security-group).
185+
185186
1. Check the managed domain health in the Azure portal. If you have any alerts for the managed domain, resolve them before you start the migration process.
186187
1. Optionally, if you plan to move other resources to the Resource Manager deployment model and virtual network, confirm that those resources can be migrated. For more information, see [Platform-supported migration of IaaS resources from Classic to Resource Manager][migrate-iaas].
187188

articles/active-directory/authentication/concept-system-preferred-multifactor-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ System-preferred MFA can be enabled only for a single group, which can be a dyna
5050
Use the following API endpoint to enable **systemCredentialPreferences** and include or exclude groups:
5151

5252
```
53-
https://graph.microsoft.com/beta/authenticationMethodsPolicy
53+
https://graph.microsoft.com/beta/policies/authenticationMethodsPolicy
5454
```
5555

5656
>[!NOTE]

articles/active-directory/fundamentals/5-secure-access-b2b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can enable collaboration across Microsoft clouds, such as Microsoft Azure op
8181
Learn more:
8282

8383
* [Microsoft Azure operated by 21Vianet](/azure/china/overview-operations)
84-
* [Azure Government developer guide](/azure-government/documentation-government-developer-guide)
84+
* [Azure Government developer guide](/azure/azure-government/documentation-government-developer-guide)
8585
* [Configure Microsoft cloud settings for B2B collaboration (Preview)](../external-identities/cross-cloud-settings.md).
8686

8787
You can allow inbound access to specific tenants (allowlist), and set the default policy to block access. Then, create organizational policies that allow access by user, group, or application.

articles/active-directory/fundamentals/users-default-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Applications | <ul><li>Register (create) new applications<li>Enumerate the list
4040
Devices</li></ul> | <ul><li>Enumerate the list of all devices<li>Read all properties of devices<li>Manage all properties of owned devices</li></ul> | No permissions | No permissions
4141
Organization | <ul><li>Read all company information<li>Read all domains<li>Read configuration of certificate-based authentication<li>Read all partner contracts</li></ul> | <ul><li>Read company display name<li>Read all domains<li>Read configuration of certificate-based authentication</li></ul> | <ul><li>Read company display name<li>Read all domains</li></ul>
4242
Roles and scopes | <ul><li>Read all administrative roles and memberships<li>Read all properties and membership of administrative units</li></ul> | No permissions | No permissions
43-
Subscriptions | <ul><li>Read all subscriptions<li>Enable service plan memberships</li></ul> | No permissions | No permissions
43+
Subscriptions | <ul><li>Read all licensing subscriptions<li>Enable service plan memberships</li></ul> | No permissions | No permissions
4444
Policies | <ul><li>Read all properties of policies<li>Manage all properties of owned policies</li></ul> | No permissions | No permissions
4545

4646
## Restrict member users' default permissions

articles/active-directory/manage-apps/configure-admin-consent-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ To enable the admin consent workflow and choose reviewers:
5252

5353
1. Select **Save**. It can take up to an hour for the workflow to become enabled.
5454

55-
> [!NOTE]
56-
> You can add or remove reviewers for this workflow by modifying the **Select admin consent requests reviewers** list. A current limitation of this feature is that a reviewer can retain the ability to review requests that were made while they were designated as a reviewer.
55+
> [!NOTE]
56+
> You can add or remove reviewers for this workflow by modifying the **Who can review admin consent requests** list. A current limitation of this feature is that a reviewer can retain the ability to review requests that were made while they were designated as a reviewer.
5757
5858
## Configure the admin consent workflow using Microsoft Graph
5959

0 Bytes
Loading

articles/active-directory/saas-apps/confluencemicrosoft-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ As of now, following versions of Confluence are supported:
6060

6161
- Confluence: 5.0 to 5.10
6262
- Confluence: 6.0.1 to 6.15.9
63-
- Confluence: 7.0.1 to 7.20.0
63+
- Confluence: 7.0.1 to 8.1.0
6464

6565
> [!NOTE]
6666
> Please note that our Confluence Plugin also works on Ubuntu Version 16.04

articles/active-directory/saas-apps/ms-confluence-jira-plugin-adminguide.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The plug-in supports the following versions of Jira and Confluence:
6464
* JIRA also supports 5.2. For more details, click [Microsoft Azure Active Directory single sign-on for JIRA 5.2](./jira52microsoft-tutorial.md).
6565
* Confluence: 5.0 to 5.10.
6666
* Confluence: 6.0.1 to 6.15.9.
67-
* Confluence: 7.0.1 to 7.20.0.
67+
* Confluence: 7.0.1 to 8.1.0.
6868

6969
## Installation
7070

@@ -124,6 +124,7 @@ The following image shows the configuration screen in both Jira and Confluence:
124124

125125
* For App proxy setup , follow the steps on the [Azure AD App Proxy Documentation](../app-proxy/what-is-application-proxy.md).
126126
## Release Notes
127+
JIRA:
127128

128129
|Plugin Version | Release Notes | Supported JIRA versions |
129130
|-----------------|-------------------------------------------------------------------------------------------|-------------------------------------|
@@ -143,7 +144,20 @@ The following image shows the configuration screen in both Jira and Confluence:
143144
| | We have now resolved the security fix in this version. This will protect you from user impersonation vulnerability.| |
144145
| | JIRA Service Desk logout issue is resolved. | |
145146

146-
147+
Confluence:
148+
149+
|Plugin Version | Release Notes | Supported JIRA versions |
150+
|-----------------|-------------------------------------------------------------------------------------------|-------------------------------------|
151+
| 6.3.9 | Bug Fixes: | Confluence Server: 7.20.3 to 8.1.0 |
152+
| | System Error: Metadata link cannot be configured on SSO plugins. | |
153+
| | | |
154+
| 6.3.8 | New Feature: | Confluence Server: 5.0 to 7.20.1 |
155+
| | Application Proxy Support - Checkbox on the configure plugin screen to toggle the App Proxy mode so as to make the Reply URL editable as per the need to point it to the proxy server URL | |
156+
| | | |
157+
| 6.3.7 | Bug Fixes: | Confluence Server: 5.0 to 7.19.0 |
158+
| | "Force Login" functionality allows the IT admins to force the Azure AD authentication to users. This way users will not see the username and password box and they will be forced to use SSO. | |
159+
| | "Force Login" is configurable from the plugin | |
160+
| | You can pass the domain string to Azure AD so that Azure AD can directly redirect the user to your Federation server.| |
147161

148162
## Troubleshooting
149163

@@ -198,7 +212,7 @@ The plug-in supports these versions:
198212
* JIRA also supports 5.2. For more details, click [Microsoft Azure Active Directory single sign-on for JIRA 5.2](./jira52microsoft-tutorial.md).
199213
* Confluence: 5.0 to 5.10.
200214
* Confluence: 6.0.1 to 6.15.9.
201-
* Confluence: 7.0.1 to 7.20.0.
215+
* Confluence: 7.0.1 to 8.1.0.
202216

203217
### Is the plug-in free or paid?
204218

articles/active-directory/verifiable-credentials/TOC.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,33 @@
5252
href: how-use-vcnetwork.md
5353
- name: Using the Request Service REST API
5454
href: get-started-request-api.md
55-
- name: Link your domain to your DID
56-
href: how-to-dnsbind.md
57-
- name: Register your website ID
55+
- name: Register decentralized ID
5856
href: how-to-register-didwebsite.md
57+
- name: Verify domain ownership
58+
href: how-to-dnsbind.md
5959
- name: Revoke a verifiable credential
6060
href: how-to-issuer-revoke.md
6161
- name: Opt out of Verified ID service
6262
href: how-to-opt-out.md
63-
- name: Partner integration
63+
- name: Partner gallery
6464
items:
65-
- name: Partner gallery
66-
href: partner-gallery.md
67-
- name: Au10tix
68-
href: howto-verifiable-credentials-partner-au10tix.md
69-
- name: LexisNexis
70-
href: howto-verifiable-credentials-partner-lexisnexis.md
71-
- name: Vu
72-
href: partner-vu.md
65+
- name: IDV partners
66+
items:
67+
- name: IDV partner network
68+
href: partner-gallery.md
69+
- name: Au10tix
70+
href: howto-verifiable-credentials-partner-au10tix.md
71+
- name: LexisNexis
72+
href: howto-verifiable-credentials-partner-lexisnexis.md
73+
- name: Vu
74+
href: partner-vu.md
75+
- name: Services partners
76+
href: services-partners.md
7377
- name: Samples
7478
expanded: true
7579
items:
7680
- name: Sample Applications
7781
href: https://github.com/Azure-Samples/active-directory-verifiable-credentials
78-
# - name: Sample Issuer
79-
# href:
8082
- name: End to End Demo
8183
href: https://woodgroveemployee.azurewebsites.net/
8284
- name: Reference

0 commit comments

Comments
 (0)