Skip to content

Commit 74fb964

Browse files
authored
Merge pull request #245429 from MicrosoftDocs/main
Publish to Live Wednesday 4AM PST, 07/19
2 parents 41e6592 + 8ea725e commit 74fb964

File tree

301 files changed

+2481
-7694
lines changed

Some content is hidden

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

301 files changed

+2481
-7694
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6176,7 +6176,7 @@
61766176
"redirect_url": "/azure/azure-monitor/app/javascript-sdk-configuration",
61776177
"redirect_document_id": false
61786178
},
6179-
{
6179+
{
61806180
"source_path_from_root": "/articles/azure-monitor/agents/data-collection-firewall.md",
61816181
"redirect_url": "/azure/azure-monitor/agents/data-collection-rule-azure-monitor-agent",
61826182
"redirect_document_id": false
@@ -6185,6 +6185,16 @@
61856185
"source_path_from_root": "/articles/azure-monitor/autoscale/tutorial-autoscale-performance-schedule.md",
61866186
"redirect_url": "/previous-versions/azure/azure-monitor/autoscale/tutorial-autoscale-performance-schedule",
61876187
"redirect_document_id": false
6188+
},
6189+
{
6190+
"source_path_from_root": "/azure/azure-monitor/essentials/metrics-supported.md",
6191+
"redirect_url": "/azure/azure-monitor/reference/supported-metrics/metrics-index",
6192+
"redirect_document_id": false
6193+
},
6194+
{
6195+
"source_path_from_root": "/azure/azure-monitor/essentials/resource-logs-categories.md",
6196+
"redirect_url": "/azure/azure-monitor/reference/supported-logs/logs-index",
6197+
"redirect_document_id": false
61886198
}
61896199
]
61906200
}

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24036,7 +24036,12 @@
2403624036
{
2403724037
"source_path_from_root": "/articles/virtual-machines/virtual-machines-reliability.md",
2403824038
"redirect_url": "/azure/virtual-machines/reliability-virtual-machines",
24039-
"redirect_document_id": true
24039+
"redirect_document_id": false
24040+
},
24041+
{
24042+
"source_path_from_root": "/articles/private-link/tutorial-private-endpoint-webapp-portal.md",
24043+
"redirect_url": "/azure/private-link/create-private-endpoint-portal",
24044+
"redirect_document_id": false
2404024045
}
2404124046
]
2404224047
}

articles/active-directory/external-identities/customers/samples-ciam-all.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.workload: identity
99
ms.subservice: ciam
1010
ms.topic: sample
11-
ms.date: 05/10/2023
11+
ms.date: 07/17/2023
1212
ms.author: mimart
1313
ms.custom: it-pro
1414

@@ -73,7 +73,7 @@ These samples and how-to guides demonstrate how to write a desktop application t
7373
> | Language/<br/>Platform | Code sample guide | Build and integrate guide |
7474
> | ------- | -------- | ------------- |
7575
> | JavaScript, Electron | &#8226; [Sign in users](how-to-desktop-app-electron-sample-sign-in.md) | --- |
76-
> | ASP.NET (MAUI) | &#8226; [Sign in users](how-to-desktop-app-maui-sample-sign-in.md) | --- |
76+
> | ASP.NET (MAUI) | &#8226; [Sign in users](how-to-desktop-app-maui-sample-sign-in.md) |&#8226; [Sign in users](tutorial-desktop-app-maui-sign-in-prepare-tenant.md)|
7777
7878
### Mobile
7979

@@ -82,7 +82,7 @@ These samples and how-to guides demonstrate how to write a public client mobile
8282
> [!div class="mx-tdCol2BreakAll"]
8383
> | Language/<br/>Platform | Code sample guide | Build and integrate guide |
8484
> | ----------- | ----------- |----------- |
85-
> | ASP.NET Core MAUI | &#8226; [Sign in users](how-to-mobile-app-maui-sample-sign-in.md) | --- |
85+
> | ASP.NET Core MAUI | &#8226; [Sign in users](how-to-mobile-app-maui-sample-sign-in.md) | &#8226; [Sign in users](tutorial-mobile-app-maui-sign-in-prepare-tenant.md)|
8686
8787
### Daemon
8888

@@ -92,6 +92,8 @@ These samples and how-to guides demonstrate how to write a daemon application th
9292
> | Language/<br/>Platform | Code sample guide | Build and integrate guide |
9393
> | ----------- | ----------- |----------- |
9494
> | Node.js | &#8226; [Call an API](how-to-daemon-node-sample-call-api.md) | &#8226; [Call an API](how-to-daemon-node-call-api-overview.md) |
95+
> | .NET | &#8226; [Call an API](sample-daemon-dotnet-call-api.md) | &#8226; [Call an API](tutorial-daemon-dotnet-call-api-prepare-tenant.md) |
96+
9597

9698
# [**By language/platform**](#tab/language)
9799

@@ -101,6 +103,7 @@ These samples and how-to guides demonstrate how to write a daemon application th
101103
> | App type | Code sample guide | Build and integrate guide |
102104
> | ------- | -------- | ------------- |
103105
> | Browserless | &#8226; [Sign in users](how-to-browserless-app-dotnet-sample-sign-in.md) | &#8226; [Sign in users](how-to-browserless-app-dotnet-sign-in-overview.md) |
106+
> | Daemon | &#8226; [Call an API](sample-daemon-dotnet-call-api.md) | &#8226; [Call an API](tutorial-daemon-dotnet-call-api-prepare-tenant.md) |
104107
105108

106109
### ASP.NET Core
@@ -116,8 +119,8 @@ These samples and how-to guides demonstrate how to write a daemon application th
116119
> [!div class="mx-tdCol2BreakAll"]
117120
> | App type | Code sample guide | Build and integrate guide |
118121
> | ------- | -------- | ------------- |
119-
> | Desktop | &#8226; [Sign in users](how-to-desktop-app-maui-sample-sign-in.md) | --- |
120-
> | Mobile | &#8226; [Sign in users](how-to-mobile-app-maui-sample-sign-in.md) | --- |
122+
> | Desktop | &#8226; [Sign in users](how-to-desktop-app-maui-sample-sign-in.md) | &#8226; [Sign in users](tutorial-desktop-app-maui-sign-in-prepare-tenant.md) |
123+
> | Mobile | &#8226; [Sign in users](how-to-mobile-app-maui-sample-sign-in.md) | &#8226; [Sign in users](tutorial-mobile-app-maui-sign-in-prepare-tenant.md) |
121124
122125

123126
### JavaScript, Vanilla

0 commit comments

Comments
 (0)