Skip to content

Commit ac33550

Browse files
Merge pull request #202682 from alexbuckgit/alexbuckgit/docutune-autopr-20220623-204131-1658563
[BULK UPDATE] DocuTune - Fix formatting issues
2 parents fab8f80 + bea9385 commit ac33550

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
130130

131131
1. In the **New identity provider** section, perform the following steps:
132132

133-
![Screenshot shows the Account Settings.](./media/alexishr-tutorial/account.png " Settings")
133+
![Screenshot shows the Account Settings.](./media/alexishr-tutorial/account.png "Settings")
134134

135135
1. In the **Identity provider SSO URL** textbox, paste the **Login URL** value which you have copied from the Azure portal.
136136

articles/active-directory/saas-apps/amazon-managed-grafana-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
147147

148148
1. In the **Review and create** page, verify all the workspace details and click **Create workspace**.
149149

150-
![Screenshot shows review and create page.](./media/amazon-managed-grafana-tutorial/review-workspace.png " Create Workspace")
150+
![Screenshot shows review and create page.](./media/amazon-managed-grafana-tutorial/review-workspace.png "Create Workspace")
151151

152152
1. After creating workspace, click **Complete setup** to complete the SAML configuration.
153153

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
8585

8686
1. Click the **Properties** tab on the left menu bar, copy the value of **User access URL**,and save it on your computer.
8787

88-
![Screenshot shows the User access URL.](./media/hiretual-tutorial/access-url.png " SSO Configuration")
88+
![Screenshot shows the User access URL.](./media/hiretual-tutorial/access-url.png "SSO Configuration")
8989

9090
1. On the **Set up single sign-on with SAML** page, In the **SAML Signing Certificate** section, click copy button to copy **App Federation Metadata Url** and save it on your computer.
9191

@@ -123,7 +123,7 @@ In this section, you'll enable B.Simon to use Azure single sign-on by granting a
123123

124124
1. In the **SAML2.0 Authentication** page, perform the following steps:
125125

126-
![Screenshot shows the SSO Configuration.](./media/hiretual-tutorial/configuration.png " SSO Configuration")
126+
![Screenshot shows the SSO Configuration.](./media/hiretual-tutorial/configuration.png "SSO Configuration")
127127

128128
1. In the **SAML2.O SSO URL** textbox, paste the **User access URL** which you have copied from the Azure portal.
129129

articles/application-gateway/application-gateway-key-vault-common-errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article helps you understand the details of the error codes and the steps t
2121
2222
## List of error codes and their details
2323

24-
The following sections describe the various errors you might encounter. You can verify if your gateway has any such problem by visting [**Azure Advisor**](./key-vault-certs.md#investigating-and-resolving-key-vault-errors) for your account, and use this troubleshooting article to fix the problem. We recommend configuring Azure Advisor alerts to stay informed when a key vault problem is detected for your gateway.
24+
The following sections describe the various errors you might encounter. You can verify if your gateway has any such problem by visiting [**Azure Advisor**](./key-vault-certs.md#investigating-and-resolving-key-vault-errors) for your account, and use this troubleshooting article to fix the problem. We recommend configuring Azure Advisor alerts to stay informed when a key vault problem is detected for your gateway.
2525

2626
> [!NOTE]
2727
> Azure Application Gateway generates logs for key vault diagnostics every four hours. If the diagnostic continues to show the error after you have fixed the configuration, you might have to wait for the logs to be refreshed.
@@ -40,7 +40,7 @@ The following sections describe the various errors you might encounter. You can
4040
1. Under **Secret Management Operations**, select the **Get** permission.
4141
1. Select **Save**.
4242

43-
:::image type="content" source="./media/application-gateway-key-vault-common-errors/no-get-permssion-for-managed-identity.png " alt-text=" Screenshot that shows how to resolve the Get permission error.":::
43+
:::image type="content" source="./media/application-gateway-key-vault-common-errors/no-get-permission-for-managed-identity.png" alt-text=" Screenshot that shows how to resolve the Get permission error.":::
4444

4545
For more information, see [Assign a Key Vault access policy by using the Azure portal](../key-vault/general/assign-access-policy-portal.md).
4646

@@ -85,7 +85,7 @@ For more information, see [Azure role-based access control in Key Vault](../key-
8585

8686
On the other hand, if a certificate object is permanently deleted, you will need to create a new certificate and update Application Gateway with the new certificate details. When you're configuring through the Azure CLI or Azure PowerShell, use a secret identifier URI without a version. This choice allows instances to retrieve a renewed version of the certificate, if it exists.
8787

88-
:::image type="content" source="./media/application-gateway-key-vault-common-errors/secret-deleted.png " alt-text="Screenshot that shows how to recover a deleted certificate in Key Vault.":::
88+
:::image type="content" source="./media/application-gateway-key-vault-common-errors/secret-deleted.png" alt-text="Screenshot that shows how to recover a deleted certificate in Key Vault.":::
8989

9090
[comment]: # (Error Code 4)
9191
### Error code: UserAssignedManagedIdentityNotFound

articles/container-registry/container-registry-faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,9 @@ sections:
482482
answer: |
483483
#### Prerequisites
484484
485-
- Enable decrypting https in fiddler: <https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/DecryptHTTPS>
486-
- Enable Docker to use a proxy through the Docker ui: <https://docs.docker.com/docker-for-windows/#proxies>
487-
- Be sure to revert when complete. Docker won't work with this enabled and fiddler not running.
485+
- Enable [decrypting HTTPS in Fiddler](https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/DecryptHTTPS)
486+
- Enable Docker to [use a proxy](https://docs.docker.com/docker-for-windows/#proxies) via the Docker UI.
487+
- Be sure to revert when complete. Docker won't work with this enabled and Fiddler not running.
488488
489489
#### Windows containers
490490

articles/cosmos-db/graph/use-regional-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Global database account CNAME always points to a valid write region. During serv
4242

4343
The easiest way to get the list of regions for Azure Cosmos DB Graph account is overview blade in Azure portal. It will work for applications that do not change regions often, or have a way to update the list via application configuration.
4444

45-
:::image type="content" source="./media/use-regional-endpoints/get-end-point-portal.png " alt-text="Retrieve regions of Cosmos DB Graph account from the portal":::
45+
:::image type="content" source="./media/use-regional-endpoints/get-end-point-portal.png" alt-text="Retrieve regions of Cosmos DB Graph account from the portal.":::
4646

4747
Example below demonstrates general principles of accessing regional Gremlin endpoint. Application should consider number of regions to send the traffic to and number of corresponding Gremlin clients to instantiate.
4848

articles/healthcare-apis/azure-api-for-fhir/fhir-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sections:
109109
- question: |
110110
Can I create a custom FHIR resource?
111111
answer: |
112-
We do not allow custom FHIR resources. If you need a custom FHIR resource, you can build a custom resource on top of the [Basic resource](http://www.hl7.org/fhir/basic.html) with extensions.
112+
We do not allow custom FHIR resources. If you need a custom FHIR resource, you can build a custom resource on top of the [Basic resource](https://www.hl7.org/fhir/basic.html) with extensions.
113113
114114
- question: |
115115
Are extensions supported on Azure API for FHIR?

0 commit comments

Comments
 (0)