Skip to content

Commit 0cc25b7

Browse files
authored
Merge pull request #105468 from MicrosoftDocs/master
2/25 AM Publish
2 parents 99ac4a0 + a4cca7d commit 0cc25b7

File tree

143 files changed

+4179
-3254
lines changed

Some content is hidden

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

143 files changed

+4179
-3254
lines changed

.openpublishing.redirection.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -525,16 +525,7 @@
525525
"redirect_url": "/azure/site-recovery/vmware-physical-mobility-service-overview#install-mobility-agent-through-ui",
526526
"redirect_document_id": false
527527
},
528-
{
529-
"source_path": "articles/site-recovery/scvmm-site-recovery-deprecation.md",
530-
"redirect_url": "/azure/site-recovery/site-to-site-deprecation",
531-
"redirect_document_id": false
532-
},
533-
{
534-
"source_path": "articles/site-recovery/site-to-site-deprecation.md",
535-
"redirect_url": "/azure/site-recovery/hyper-v-azure-tutorial",
536-
"redirect_document_id": false
537-
},
528+
538529
{
539530
"source_path": "articles/machine-learning/service/quickstart-get-started.md",
540531
"redirect_url": "/azure/machine-learning/service/tutorial-1st-experiment-sdk-setup",
@@ -48896,10 +48887,20 @@
4889648887
"redirect_url": "/azure/chef/chef-automation",
4889748888
"redirect_document_id": true
4889848889
},
48899-
{
48900-
"source_path": "articles/azure-monitor/app/hockeyapp-bridge-app.md",
48901-
"redirect_url": "/azure/azure-monitor/overview",
48902-
"redirect_document_id": false
48903-
}
48890+
{
48891+
"source_path": "articles/azure-monitor/app/hockeyapp-bridge-app.md",
48892+
"redirect_url": "/azure/azure-monitor/overview",
48893+
"redirect_document_id": false
48894+
},
48895+
{
48896+
"source_path": "articles/virtual-machines/linux/tutorial-build-deploy-jenkins.md",
48897+
"redirect_url": "/azure/jenkins/tutorial-build-deploy-jenkins",
48898+
"redirect_document_id": true
48899+
},
48900+
{
48901+
"source_path": "articles/virtual-machines/linux/tutorial-jenkins-github-docker-cicd.md",
48902+
"redirect_url": "/azure/jenkins/tutorial-jenkins-github-docker-cicd",
48903+
"redirect_document_id": false
48904+
}
4890448905
]
4890548906
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The middleware is added to the web API by this instruction:
106106

107107
```csharp
108108
services.AddAuthentication(AzureADDefaults.JwtBearerAuthenticationScheme)
109-
.AddAzureAdBearer(options => Configuration.Bind("AzureAd", options));
109+
.AddAzureADBearer(options => Configuration.Bind("AzureAd", options));
110110
```
111111

112112
Currently, the ASP.NET Core templates create Azure Active Directory (Azure AD) web APIs that sign in users within your organization or any organization. They don't sign in users with personal accounts. But you can change the templates to use the Microsoft identity platform endpoint by adding this code to Startup.cs:

articles/active-directory/saas-apps/workplacebyfacebook-provisioning-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We have locked down the admin credentials section for existing Workplace custome
4848

4949

5050
#### When will these changes happen?
51-
All new instances of Workplace will already be using the new integration / authorization method. Existing integrations will be migrated gradually in February. The migration will be completed for all tenants by the end of the Month.
51+
All new instances of Workplace will already be using the new integration / authorization method. Existing integrations will be migrated gradually by May. The workplace team has provided an extension on the deadline from Feb-28 to May-1.
5252

5353
## Capabilities supported
5454
> [!div class="checklist"]

articles/ansible/ansible-create-configure-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 04/30/2019
1818
>
1919
> * Create a MySql server
2020
> * Create a MySql database
21-
> * Configure a filewall rule so that an external app can connect to your server
21+
> * Configure a firewall rule so that an external app can connect to your server
2222
> * Connect to your MySql server from the Azure cloud shell
2323
> * Query your available MySQL servers
2424
> * List all databases in your connected servers

articles/app-service/webjobs-sdk-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ static async Task Main()
392392
}
393393
```
394394

395-
For more details, see the [Azure CosmosDB binding](../azure-functions/functions-bindings-cosmosdb-v2.md#hostjson-settings) article.
395+
For more details, see the [Azure CosmosDB binding](../azure-functions/functions-bindings-cosmosdb-v2-output.md#hostjson-settings) article.
396396

397397
### Event Hubs trigger configuration (version 3.*x*)
398398

articles/automation/automation-first-runbook-graphical.md

Lines changed: 154 additions & 130 deletions
Large diffs are not rendered by default.

articles/automation/automation-first-runbook-textual.md

Lines changed: 65 additions & 59 deletions
Large diffs are not rendered by default.

articles/automation/automation-graphical-authoring-intro.md

Lines changed: 156 additions & 158 deletions
Large diffs are not rendered by default.

articles/azure-functions/TOC.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,20 @@
342342
href: functions-bindings-cosmosdb.md
343343
displayName: Azure Cosmos DB
344344
- name: Functions 2.x
345-
href: functions-bindings-cosmosdb-v2.md
346345
displayName: Azure Cosmos DB
346+
items:
347+
- name: Overview
348+
href: functions-bindings-cosmosdb-v2.md
349+
displayName: Azure Cosmos DB
350+
- name: Trigger
351+
href: functions-bindings-cosmosdb-v2-trigger.md
352+
displayName: Azure Cosmos DB
353+
- name: Input
354+
href: functions-bindings-cosmosdb-v2-input.md
355+
displayName: Azure Cosmos DB
356+
- name: Output
357+
href: functions-bindings-cosmosdb-v2-output.md
358+
displayName: Azure Cosmos DB
347359
- name: Event Grid
348360
items:
349361
- name: Overview

0 commit comments

Comments
 (0)