From 0441b38d2e38481bda05e44a80c0e86c13757cec Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Tue, 29 Mar 2022 09:27:19 +0900 Subject: [PATCH 1/5] Fix typo ruby -> Ruby --- .../cognitive-services/QnAMaker/includes/quickstart-sdk-ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/cognitive-services/QnAMaker/includes/quickstart-sdk-ruby.md b/articles/cognitive-services/QnAMaker/includes/quickstart-sdk-ruby.md index 1301395f13e0..2803be6674e0 100644 --- a/articles/cognitive-services/QnAMaker/includes/quickstart-sdk-ruby.md +++ b/articles/cognitive-services/QnAMaker/includes/quickstart-sdk-ruby.md @@ -170,7 +170,7 @@ Here is the main method for the application. :::code language="ruby" source="~/cognitive-services-quickstart-code/ruby/qnamaker/sdk/quickstart.rb" id="Main"::: -Run the application with the ruby command on your quickstart file. +Run the application with the Ruby command on your quickstart file. ```console ruby quickstart.rb From 10eb55c0f6e04a58fd8c0333be26c42a87e4df50 Mon Sep 17 00:00:00 2001 From: sammychinedu2ky Date: Sun, 8 May 2022 18:59:59 +0100 Subject: [PATCH 2/5] remote the home route --- articles/azure-signalr/signalr-concept-authenticate-oauth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/azure-signalr/signalr-concept-authenticate-oauth.md b/articles/azure-signalr/signalr-concept-authenticate-oauth.md index a312d5b2d942..c7099af8f2d5 100644 --- a/articles/azure-signalr/signalr-concept-authenticate-oauth.md +++ b/articles/azure-signalr/signalr-concept-authenticate-oauth.md @@ -57,7 +57,7 @@ To complete this tutorial, you must have the following prerequisites: | Setting Name | Suggested Value | Description | | ------------ | --------------- | ----------- | | Application name | *Azure SignalR Chat* | The GitHub user should be able to recognize and trust the app they are authenticating with. | - | Homepage URL | `http://localhost:5000/home` | | + | Homepage URL | `http://localhost:5000` | | | Application description | *A chat room sample using the Azure SignalR Service with GitHub authentication* | A useful description of the application that will help your application users understand the context of the authentication being used. | | Authorization callback URL | `http://localhost:5000/signin-github` | This setting is the most important setting for your OAuth application. It's the callback URL that GitHub returns the user to after successful authentication. In this tutorial, you must use the default callback URL for the *AspNet.Security.OAuth.GitHub* package, */signin-github*. | @@ -547,7 +547,7 @@ The last thing you need to do is update the **Homepage URL** and **Authorization | Setting | Example | | ------- | ------- | - | Homepage URL | `https://signalrtestwebapp22665120.azurewebsites.net/home` | + | Homepage URL | `https://signalrtestwebapp22665120.azurewebsites.net` | | Authorization callback URL | `https://signalrtestwebapp22665120.azurewebsites.net/signin-github` | 3. Navigate to your web app URL and test the application. From db2f69faba3439f6a5dbb34926875b4dc7e7afe3 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 12 May 2022 18:20:52 -0500 Subject: [PATCH 3/5] Short URL had extra period Fixed URL to proper redirection --- articles/site-recovery/azure-to-azure-common-questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/site-recovery/azure-to-azure-common-questions.md b/articles/site-recovery/azure-to-azure-common-questions.md index 8f1d004d285a..35832df7f027 100644 --- a/articles/site-recovery/azure-to-azure-common-questions.md +++ b/articles/site-recovery/azure-to-azure-common-questions.md @@ -331,7 +331,7 @@ Yes, you can create a Capacity Reservation for your VM SKU in the disaster recov ### Why should I reserve capacity using Capacity Reservation at the destination location? -While Site Recovery makes a best effort to ensure that capacity is available in the recovery region, it does not guarantee the same. Site Recovery's best effort is backed by a 2-hour RTO SLA. But if you require further assurance and _guaranteed compute capacity,_ then we recommend you to purchase [Capacity Reservations](https://aka.ms/on-demand-ca.pacity-reservations-docs) +While Site Recovery makes a best effort to ensure that capacity is available in the recovery region, it does not guarantee the same. Site Recovery's best effort is backed by a 2-hour RTO SLA. But if you require further assurance and _guaranteed compute capacity,_ then we recommend you to purchase [Capacity Reservations](https://aka.ms/on-demand-capacity-reservations-docs) ### Does Site Recovery work with reserved instances? @@ -353,4 +353,4 @@ Yes, both encryption in transit and [encryption at rest in Azure](../storage/com - [Review Azure-to-Azure support requirements](azure-to-azure-support-matrix.md). - [Set up Azure-to-Azure replication](azure-to-azure-tutorial-enable-replication.md). -- If you have questions after reading this article, post them on the [Microsoft Q&A question page for Azure Recovery Services](/answers/topics/azure-site-recovery.html). \ No newline at end of file +- If you have questions after reading this article, post them on the [Microsoft Q&A question page for Azure Recovery Services](/answers/topics/azure-site-recovery.html). From ae4feddf7fa8a96335e064c6d3023350b210b107 Mon Sep 17 00:00:00 2001 From: loicbs <78355012+loicbs@users.noreply.github.com> Date: Fri, 13 May 2022 11:37:41 +0200 Subject: [PATCH 4/5] Fix "Set up working directory" step for windows The code snippet copied the shell script instead of the powershell script. --- articles/iot-edge/how-to-create-test-certificates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/iot-edge/how-to-create-test-certificates.md b/articles/iot-edge/how-to-create-test-certificates.md index 0c625e5d8433..1408313aad9d 100644 --- a/articles/iot-edge/how-to-create-test-certificates.md +++ b/articles/iot-edge/how-to-create-test-certificates.md @@ -76,7 +76,7 @@ In this section, you clone the IoT Edge repo and execute the scripts. mkdir wrkdir cd .\wrkdir\ cp ..\iotedge\tools\CACertificates\*.cnf . - cp ..\iotedge\tools\CACertificates\certGen.sh . + cp ..\iotedge\tools\CACertificates\ca-certs.ps1 . ``` If you downloaded the repo as a ZIP, then the folder name is `iotedge-master` and the rest of the path is the same. @@ -408,4 +408,4 @@ The certificates in this section are for the steps in the IoT Hub X.509 certific * `certs/iot-device--full-chain.cert.pem` * `private/iot-device-.key.pem` ---- \ No newline at end of file +--- From 55e39cf3b1c8a951f2381102d45e2c6766886c9d Mon Sep 17 00:00:00 2001 From: "Takeharu.Oshida" Date: Fri, 13 May 2022 19:07:12 +0900 Subject: [PATCH 5/5] fix typo --- articles/app-service/resources-kudu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/app-service/resources-kudu.md b/articles/app-service/resources-kudu.md index d66ab8c39391..e71c8bd7c177 100644 --- a/articles/app-service/resources-kudu.md +++ b/articles/app-service/resources-kudu.md @@ -32,7 +32,7 @@ It also provides other features, such as: - Run commands in the [Kudu console](https://github.com/projectkudu/kudu/wiki/Kudu-console). - Download IIS diagnostic dumps or Docker logs. - Manage IIS processes and site extensions. -- Add deployment webhooks for Windows aps. +- Add deployment webhooks for Windows apps. - Allow ZIP deployment UI with `/ZipDeploy`. - Generates [custom deployment scripts](https://github.com/projectkudu/kudu/wiki/Custom-Deployment-Script). - Allows access with [REST API](https://github.com/projectkudu/kudu/wiki/REST-API).