Skip to content

Commit cf92246

Browse files
authored
Merge pull request #232012 from MicrosoftDocs/main
3/24 AM Publish
2 parents a443a33 + cf72cd3 commit cf92246

File tree

131 files changed

+3157
-1012
lines changed

Some content is hidden

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

131 files changed

+3157
-1012
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,12 @@
542542
"branch": "main",
543543
"branch_mapping": {}
544544
},
545+
{
546+
"path_to_root": "azure-cosmos-db-mongodb-mern-web-app",
547+
"url": "https://github.com/Azure-samples/msdocs-azure-cosmos-db-mongodb-mern-web-app/",
548+
"branch": "main",
549+
"branch_mapping": {}
550+
},
545551
{
546552
"path_to_root": "azure-cosmos-spark",
547553
"url": "https://github.com/Azure/azure-cosmosdb-spark",

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11503,6 +11503,11 @@
1150311503
"redirect_url": "/azure/firewall/ftp-support",
1150411504
"redirect_document_id": false
1150511505
},
11506+
{
11507+
"source_path_from_root": "/articles/firewall/firewall-network-rule-logging.md",
11508+
"redirect_url": "/azure/firewall/firewall-diagnostics",
11509+
"redirect_document_id": false
11510+
},
1150611511
{
1150711512
"source_path_from_root": "/articles/security/governance-in-azure.md",
1150811513
"redirect_url": "/azure/governance/",

articles/active-directory/develop/msal-client-application-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Using MSAL in your code, you specify the audience by using one of the following
8787

8888
MSAL will throw a meaningful exception if you specify both the Azure AD authority audience and the tenant ID.
8989

90-
If you don't specify an audience, your app will target Azure AD and personal Microsoft accounts as an audience. (That is, it will behave as though `common` were specified.)
90+
It is recommended to specify an audience, as many tenants, and the applications deployed in them will have guest users. If your application will have external users, the endpoints of `common` and `organization` are best avoided. If you don't specify an audience, your app will target Azure AD and personal Microsoft accounts as an audience and will behave as though `common` were specified.
9191

9292
### Effective audience
9393

articles/active-directory/governance/entitlement-management-logic-apps-integration.md

Lines changed: 88 additions & 60 deletions
Large diffs are not rendered by default.
-76 KB
Loading
74.4 KB
Loading
51.6 KB
Loading
Loading

articles/active-directory/saas-apps/alinto-protect-provisioning-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This section guides you through the steps to configure the Azure AD provisioning
7878

7979
![Provisioning tab automatic](common/provisioning-automatic.png)
8080

81-
1. In the **Admin Credentials** section, input your Alinto Protect Tenant URL and Secret Token. Click **Test Connection** to ensure Azure AD can connect to Alinto Protect. If the connection fails, ensure your Alinto Protect account has Admin permissions and try again.
81+
1. In the **Admin Credentials** section, input your Alinto Protect Tenant URL as `https://cloud.cleanmail.eu/api/v3/scim2 ` and corresponding Secret Token obtained from Step 2. Click **Test Connection** to ensure Azure AD can connect to Alinto Protect. If the connection fails, ensure your Alinto Protect account has Admin permissions and try again.
8282

8383
![Token](common/provisioning-testconnection-tenanturltoken.png)
8484

articles/advisor/advisor-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Learn how to access Advisor through the Azure portal, get recommendations, and i
2323

2424
1. The Advisor dashboard will display a summary of your recommendations for all selected subscriptions. You can choose the subscriptions that you want recommendations to be displayed for using the subscription filter dropdown.
2525

26-
1. To get recommendations for a specific category, click one of the tabs: **Reliability**, **Security**, **Performance**, or **Cost**.
26+
1. To get recommendations for a specific category, click one of the tabs: **Reliability**, **Security**, **Performance**, **Operational Excellence**, or **Cost**.
2727

2828
![Azure Advisor dashboard](./media/advisor-overview/advisor-dashboard.png)
2929

0 commit comments

Comments
 (0)