Skip to content

Commit c603eeb

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 89d7b64 + db0a0fb commit c603eeb

File tree

53 files changed

+1224
-796
lines changed

Some content is hidden

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

53 files changed

+1224
-796
lines changed

.openpublishing.redirection.healthcare-apis.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,13 +542,25 @@
542542
"redirect_url": "/azure/healthcare-apis/iot/how-to-enable-diagnostic-settings",
543543
"redirect_document_id": false
544544
},
545+
{ "source_path_from_root": "/articles/healthcare-apis/iot/how-to-use-collection-content-mappings.md",
546+
"redirect_url": "/azure/healthcare-apis/iot/how-to-use-device-mappings",
547+
"redirect_document_id": false
548+
},
549+
{ "source_path_from_root": "/articles/healthcare-apis/iot/how-to-use-jsonpath-content-mappings.md",
550+
"redirect_url": "/azure/healthcare-apis/iot/how-to-use-device-mappings",
551+
"redirect_document_id": false
552+
},
553+
{ "source_path_from_root": "/articles/healthcare-apis/iot/how-to-use-iot-central-json-content-mappings.md",
554+
"redirect_url": "/azure/healthcare-apis/iot/how-to-use-iot-jsonpath-content-mappings",
555+
"redirect_document_id": false
556+
},
545557
{ "source_path_from_root": "/articles/healthcare-apis/events/events-display-metrics.md",
546558
"redirect_url": "/azure/healthcare-apis/events/events-use-metrics",
547559
"redirect_document_id": false
548560
},
549561
{ "source_path_from_root": "/articles/healthcare-apis/events/events-export-logs-metrics.md",
550562
"redirect_url": "/azure/healthcare-apis/events/events-enable-diagnostic-settings",
551563
"redirect_document_id": false
552-
}
564+
}
553565
]
554566
}

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: saas-app-tutorial
1010
ms.workload: identity
1111
ms.topic: tutorial
12-
ms.date: 08/04/2022
12+
ms.date: 10/27/2022
1313
ms.author: jeedes
1414
---
1515

@@ -166,7 +166,10 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
166166

167167
1. Your Google Cloud / G Suite Connector by Microsoft application expects the SAML assertions in a specific format, which requires you to add custom attribute mappings to your SAML token attributes configuration. The following screenshot shows an example for this. The default value of **Unique User Identifier** is **user.userprincipalname** but Google Cloud / G Suite Connector by Microsoft expects this to be mapped with the user's email address. For that you can use **user.mail** attribute from the list or use the appropriate attribute value based on your organization configuration.
168168

169-
![image](common/default-attributes.png)
169+
![image](common/default-attributes.png)
170+
171+
> [!NOTE]
172+
> Ensure that the the SAML Response doesn't include any non-standard ASCII characters in the DisplayName and Surname attributes.
170173

171174
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Certificate (Base64)** and select **Download** to download the certificate and save it on your computer.
172175

articles/aks/azure-cni-powered-by-cilium.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ az aks create -n <clusterName> -g <resourceGroupName> -l <location> \
149149

150150
- *Can I customize Cilium configuration?*
151151

152-
No, the Cilium configuration is managed by AKS can't be modified. We recommend that customers who require more control use [AKS BYO CNI](./use-byo-cni.md) and install Cilium manually.
152+
No, the Cilium configuration is managed by AKS and can't be modified. We recommend that customers who require more control use [AKS BYO CNI](./use-byo-cni.md) and install Cilium manually.
153153

154154
- *Can I use `CiliumNetworkPolicy` custom resources instead of Kubernetes `NetworkPolicy` resources?*
155155

@@ -173,4 +173,4 @@ Learn more about networking in AKS in the following articles:
173173
[aks-ingress-tls]: ingress-tls.md
174174
[aks-ingress-static-tls]: ingress-static-ip.md
175175
[aks-http-app-routing]: http-application-routing.md
176-
[aks-ingress-internal]: ingress-internal-ip.md
176+
[aks-ingress-internal]: ingress-internal-ip.md

articles/app-service/includes/tutorial-dotnetcore-sqldb-app/deploy-local-git.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can deploy your application code from a local Git repository to Azure by con
1212
| Instructions | Screenshot |
1313
|:----------------|-----------:|
1414
| [!INCLUDE [Deploy from Local Git 1](<./deploy-from-local-git-azure-portal-1.md>)] | :::image type="content" source="../../media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-local-git-01-240px.png" alt-text="A screenshot showing how to navigate to a web app using the search box in Azure portal." lightbox="../../media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-local-git-01.png"::: |
15-
| [!INCLUDE [Deploy from Local Git 2](<./deploy-from-local-git-azure-portal-2.md>)] | :::image type="content" source="../../media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-local-git-02-240px.png" alt-text="A screenshot showing te location of the deployment page and how to configure a web app for local Git deployment in the Azure portal." lightbox="../../media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-local-git-02.png"::: |
15+
| [!INCLUDE [Deploy from Local Git 2](<./deploy-from-local-git-azure-portal-2.md>)] | :::image type="content" source="../../media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-local-git-02-240px.png" alt-text="A screenshot showing the location of the deployment page and how to configure a web app for local Git deployment in the Azure portal." lightbox="../../media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-local-git-02.png"::: |
1616
| [!INCLUDE [Deploy from Local Git 3](<./deploy-from-local-git-azure-portal-3.md>)] | :::image type="content" source="../../media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-local-git-03-240px.png" alt-text="A screenshot of the Azure portal showing the Git URL to push code to for local Git deployments." lightbox="../../media/tutorial-dotnetcore-sqldb-app/azure-portal-deploy-local-git-03.png"::: |
1717

1818
### [Azure CLI](#tab/deploy-instructions-azcli)
@@ -36,17 +36,21 @@ az webapp deployment list-publishing-credentials \
3636

3737
---
3838

39-
Next, let's add an Azure origin to our local Git repo using the App Service Git deployment URL from the step where we created our App Service. Make sure to replace your app name in the url below. You can also get this completed URL from the Azure Portal Local Git/FTPS Credentials tab.
39+
Next, let's add an Azure origin to our local Git repo using the App Service Git deployment URL from the step where we created our App Service. Make sure to replace your app name in the url below. You can also get this completed URL from the Azure portal Local Git/FTPS Credentials tab.
4040

4141
```bash
4242
git remote add azure https://<your-app-name>.scm.azurewebsites.net/<your-app-name>.git
4343
```
44-
44+
Before pushing your code to App Service you need to commit the changes in your local Git that were done in Step#5.
45+
```bash
46+
git add <file-name> or git add .
47+
git commit -m "Updating the modified appsettings.json and Startup.cs files"
48+
```
4549
Finally, push your code using the correct origin and branch name.
4650

4751
```bash
4852
## Master is the default deployment branch for App Service - this will ensure our local main branch works for the deployment
4953
git push azure main:master
5054
```
5155

52-
Enter your password if you are prompted to do so. This command will take a moment to run as it deploys your app code to the Azure App Service.
56+
Enter your password if you are prompted to do so. This command will take a moment to run as it deploys your app code to the Azure App Service.

0 commit comments

Comments
 (0)