Skip to content

Commit 979aeb5

Browse files
authored
Merge pull request #107998 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 137ef80 + 1017c8d commit 979aeb5

File tree

11 files changed

+20
-17
lines changed

11 files changed

+20
-17
lines changed

articles/active-directory/develop/sample-v2-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ These samples show how to write a single-page application secured with Microsoft
4444
| -------- | --------------------- | -------- |
4545
| ![This image shows the JavaScript logo](media/sample-v2-code/logo_js.png) [JavaScript (msal.js)](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core) | Calls Microsoft Graph |[javascript-graphapi-v2](https://github.com/Azure-Samples/active-directory-javascript-graphapi-v2) |
4646
| ![This image shows the JavaScript logo](media/sample-v2-code/logo_js.png) [JavaScript (msal.js)](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core) | Calls B2C |[b2c-javascript-msal-singlepageapp](https://github.com/Azure-Samples/active-directory-b2c-javascript-msal-singlepageapp) |
47-
| ![This image shows the JavaScript logo](media/sample-v2-code/logo_js.png) [JavaScript (msal.js)](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core) | Calls own web API |[javascript-singlepageapp-dotnet-webapi-v2](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-dotnet-webapi-v2) |
4847
| ![This image shows the Angular JS logo](media/sample-v2-code/logo_angular.png) [JavaScript (MSAL AngularJS)](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angularjs)| Calls Microsoft Graph | [MsalAngularjsDemoApp](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/MsalAngularjsDemoApp)
4948
| ![This image shows the Angular logo](media/sample-v2-code/logo_angular.png) [JavaScript (MSAL Angular)](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular)| Calls Microsoft Graph | [javascript-singlepageapp-angular](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular) |
49+
| ![This image shows the Angular logo](media/sample-v2-code/logo_angular.png) [JavaScript (MSAL Angular)](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core) | Calls B2C |[active-directory-b2c-javascript-angular-spa](https://github.com/Azure-Samples/active-directory-b2c-javascript-angular-spa) |
5050

5151
## Web applications
5252

@@ -58,7 +58,6 @@ The following samples illustrate web applications that sign in users. Some sampl
5858
| ![This image shows the ASP.NET logo](media/sample-v2-code/logo_NETframework.png)</p> ASP.NET | [ASP.NET Quickstart](https://github.com/AzureAdQuickstarts/AppModelv2-WebApp-OpenIDConnect-DotNet) </p> [dotnet-webapp-openidconnect-v2](https://github.com/azure-samples/active-directory-dotnet-webapp-openidconnect-v2) | [dotnet-admin-restricted-scopes-v2](https://github.com/azure-samples/active-directory-dotnet-admin-restricted-scopes-v2) </p> |[msgraph-training-aspnetmvcapp](https://github.com/microsoftgraph/msgraph-training-aspnetmvcapp)
5959
| ![This image shows the Java logo](media/sample-v2-code/logo_java.png) | | [ms-identity-java-webapp](https://github.com/Azure-Samples/ms-identity-java-webapp) |
6060
| ![This image shows the Python logo](media/sample-v2-code/logo_python.png) | | [ms-identity-python-webapp](https://github.com/Azure-Samples/ms-identity-python-webapp) |
61-
| ![This image shows the Node.js logo](media/sample-v2-code/logo_nodejs.png) | | [Node.js Quickstart](https://github.com/azureadquickstarts/appmodelv2-webapp-openidconnect-nodejs) |
6261
| ![This image shows the Ruby logo](media/sample-v2-code/logo_ruby.png) | | [msgraph-training-rubyrailsapp](https://github.com/microsoftgraph/msgraph-training-rubyrailsapp) |
6362

6463
## Desktop and mobile public client apps
@@ -111,6 +110,7 @@ The following samples show how to protect a web API with the Microsoft identity
111110
| ![This image shows the ASP.NET logo](media/sample-v2-code/logo_NET.png)</p>ASP.NET MVC | Web API (service) of [ms-identity-aspnet-webapi-onbehalfof](https://github.com/Azure-Samples/ms-identity-aspnet-webapi-onbehalfof) |
112111
| ![This image shows the Java logo](media/sample-v2-code/logo_java.png) | Web API (service) of [ms-identity-java-webapi](https://github.com/Azure-Samples/ms-identity-java-webapi) |
113112
| ![This image shows the Node.js logo](media/sample-v2-code/logo_nodejs.png) | Web API (service) of [active-directory-javascript-nodejs-webapi-v2](https://github.com/Azure-Samples/active-directory-javascript-nodejs-webapi-v2) |
113+
| ![This image shows the Node.js logo](media/sample-v2-code/logo_nodejs.png) | B2C Web API (service) of [active-directory-b2c-javascript-nodejs-webapi](https://github.com/Azure-Samples/active-directory-b2c-javascript-nodejs-webapi) |
114114

115115
## Azure Functions as web APIs
116116

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ To configure Azure AD single sign-on with ProMaster (by Inlogik), perform the fo
125125

126126
| |
127127
| - |-|
128-
| `https://secure.inlogik.com/<COMPANYNAME>/saml/acs`|
129-
| `https://<CUSTOMDOMAIN>/SAMLBASE/saml/acs`|
128+
| `https://secure.inlogik.com/<COMPANYNAME>`|
129+
| `https://<CUSTOMDOMAIN>/SAMLBASE`|
130130
| |
131131

132132
> [!NOTE]

articles/azure-functions/functions-dotnet-dependency-injection.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ using Microsoft.Azure.WebJobs;
8080
using Microsoft.Azure.WebJobs.Extensions.Http;
8181
using Microsoft.AspNetCore.Http;
8282
using Microsoft.Extensions.Logging;
83+
using System.Net.Http;
8384

8485
namespace MyNamespace
8586
{
@@ -88,10 +89,10 @@ namespace MyNamespace
8889
private readonly IMyService _service;
8990
private readonly HttpClient _client;
9091

91-
public HttpTrigger(IMyService service, IHttpClientFactory httpClientFactory)
92+
public HttpTrigger(IMyService service, HttpClient httpClient)
9293
{
9394
_service = service;
94-
_client = httpClientFactory.CreateClient();
95+
_client = httpClient;
9596
}
9697

9798
[FunctionName("GetPosts")]

articles/azure-resource-manager/managed-applications/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Azure managed applications enable you to offer cloud solutions that are easy for
1414
A managed application is similar to a solution template in the Marketplace, with one key difference. In a managed application, the resources are deployed to a resource group that's managed by the publisher of the app. The resource group is present in the consumer's subscription, but an identity in the publisher's tenant has access to the resource group. As the publisher, you specify the cost for ongoing support of the solution.
1515

1616
> [!NOTE]
17-
> Formerly, the documentation for Azure Customer Providers was included with the documentation for Managed Applications. That documentation has been moved. Now, see [Azure Custom Providers](../custom-providers/overview.md).
17+
> Formerly, the documentation for Azure Custom Providers was included with the documentation for Managed Applications. That documentation has been moved. Now, see [Azure Custom Providers](../custom-providers/overview.md).
1818
1919
## Advantages of managed applications
2020

articles/blockchain/templates/hyperledger-fabric-consortium-azure-kubernetes-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To get started with the HLF network components deployment, navigate to the [Azur
7474
![Hyperledger Fabric on Azure Kubernetes Service Template](./media/hyperledger-fabric-consortium-azure-kubernetes-service/create-for-hyperledger-fabric-settings.png)
7575

7676
5. Enter the following details:
77-
- **Organization name**: The name of the Fabric organization, which is required for various data plane operations.
77+
- **Organization name**: The name of the Fabric organization, which is required for various data plane operations. The organization name needs to be unique per deployment.
7878
- **Fabric network component**: Choose either Ordering Service or Peer nodes based on Blockchain network component you want to setup.
7979
- **Number of nodes** - The following are the two types of nodes:
8080
- Ordering service - select the number of nodes to provided fault tolerance to the network. Only 3,5 and 7 are the supported orderer node count.

articles/marketplace/cloud-partner-portal/test-drive/azure-resource-manager-test-Drive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ It is also important to note that **all parameters are optional**, so if you don
8888
| **password** | secure string | New random password | Lp!ACS\^2kh |
8989
| **session id** | string | Unique Test Drive session ID (GUID) | b8c8693e-5673-449c-badd-257a405a6dee |
9090

91-
#### username
91+
#### baseuri
9292

9393
Test Drive initializes this parameter with a **Base Uri** of your deployment package, so you can use this parameter to construct Uri of any file included into your package.
9494

articles/site-recovery/site-recovery-failover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In some cases, VM failover requires intermediate step that usually takes around
106106
You might want to automate actions during failover. To do this, you can use scripts or Azure automation runbooks in recovery plans.
107107

108108
- [Learn](site-recovery-create-recovery-plans.md) about creating and customizing recovery plans, including adding scripts.
109-
- [Learn](site-recovery-runbook-automation.md) abut adding Azure Automation runbooks to recovery plans.
109+
- [Learn](site-recovery-runbook-automation.md) about adding Azure Automation runbooks to recovery plans.
110110

111111

112112
## Configure settings after failover

articles/sql-data-warehouse/release-notes-10-0-10106-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article summarizes the new features and improvements in the recent releases
2222

2323
As new features are rolled out to all regions, check the version deployed to your instance and the latest release notes for feature availability. To check the version, connect to your SQL pool via SQL Server Management Studio (SSMS) and run `SELECT @@VERSION;` to return the current version.
2424

25-
Use the version identified to confirm which release has been applied to your SQL pool.
25+
Use the version identified to confirm which release has been applied to your SQL pool. The date in the output identifies the month for the release applied to your SQL pool.
2626

2727
> [!NOTE]
2828
> By June 2020, the product name returned by SELECT @@VERSION will change from Microsoft Azure SQL Data Warehouse to Azure Synapse Analytics. We will publish the schedule in our release notes. This change is relevant for customers who parse product name from the result of SELECT @@VERSION in their application code. To avoid application code changes due to product rebranding, please use these commands to query SERVERPROPERTY for the database product name and version:

articles/virtual-machines/linux/use-remote-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Next, install xfce using `apt` as follows:
4545

4646
```bash
4747
sudo apt-get update
48-
sudo apt-get install xfce4
48+
sudo apt-get -y install xfce4
4949
```
5050

5151
## Install and configure a remote desktop server

articles/virtual-machines/troubleshooting/boot-diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.author: delhan
1515

1616
# How to use boot diagnostics to troubleshoot virtual machines in Azure
1717

18-
There can be many reasons that a virtual machine enters a non-bootable state. To address issues with your virtual machines created using Resource Manager deployment model you can use the following debugging features: Console Output and Screenshot support for Azure virtual machines.
18+
There can be many reasons that a virtual machine enters a non-bootable state. To address issues with your virtual machines created using Resource Manager deployment model, you can use the following debugging features: Console Output and Screenshot support for Azure virtual machines.
1919

20-
For Linux virtual machines, you can view the output of your console log from the Portal. For both Windows and Linux virtual machines, Azure enables you to see a screenshot of the VM from the hypervisor. Both features are supported for Azure virtual machines in all regions. Note, screenshots, and output can take up to 10 minutes to appear in your storage account.
20+
For Linux virtual machines, you can view the output of your console log from the Portal. For both Windows and Linux virtual machines, Azure enables you to see a screenshot of the VM from the hypervisor. Both features are supported for Azure virtual machines in all regions. Note, screenshots and output can take up to 10 minutes to appear in your storage account.
2121

2222
You can select the **Boot diagnostics** option to view the log and the screenshot.
2323

0 commit comments

Comments
 (0)