Skip to content

Commit ad63334

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into dpaudit
2 parents 9b4fa8c + 25dd3e9 commit ad63334

File tree

1,460 files changed

+16463
-17451
lines changed

Some content is hidden

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

1,460 files changed

+16463
-17451
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6649,9 +6649,14 @@
66496649
"redirect_url": "/azure/azure-functions/functions-monitoring",
66506650
"redirect_document_id": false
66516651
},
6652+
{
6653+
"source_path_from_root": "/articles/azure-monitor/app/app-insights-azure-ad-api.md",
6654+
"redirect_url": "/azure/azure-monitor/app/azure-ad-authentication",
6655+
"redirect_document_id": false
6656+
},
66526657
{
66536658
"source_path_from_root": "/articles/azure-monitor/app/resources-roles-access-control.md",
6654-
"redirect_url": "/azure/azure-monitor//roles-permissions-security",
6659+
"redirect_url": "/azure/azure-monitor/roles-permissions-security",
66556660
"redirect_document_id": false
66566661
},
66576662
{
@@ -6674,21 +6679,6 @@
66746679
"redirect_url": "/azure/azure-monitor/monitor-azure-monitor-reference",
66756680
"redirect_document_id": false
66766681
},
6677-
{
6678-
"source_path_from_root": "/articles/azure-monitor/ai-ops/responsible-ai-faq.md",
6679-
"redirect_url": "/azure/copilot/overview",
6680-
"redirect_document_id": false
6681-
},
6682-
{
6683-
"source_path_from_root": "/articles/azure-monitor/ai-ops/investigator-overview.md",
6684-
"redirect_url": "/azure/copilot/overview",
6685-
"redirect_document_id": false
6686-
},
6687-
{
6688-
"source_path_from_root": "/articles/azure-monitor/ai-ops/investigate-alert-instance.md",
6689-
"redirect_url": "/azure/copilot/overview",
6690-
"redirect_document_id": false
6691-
},
66926682
{
66936683
"source_path_from_root": "/articles/azure-monitor/azure-monitor-monitoring-reference.md",
66946684
"redirect_url": "/azure/azure-monitor/monitor-azure-monitor-reference",

.openpublishing.redirection.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,6 +1870,14 @@
18701870
"redirect_url": "/azure/jenkins/tutorial-jenkins-deploy-web-app-azure-app-service",
18711871
"redirect_document_id": false
18721872
},
1873+
{
1874+
"source_path_from_root": "/articles/app-spaces/quickstart-deploy-web-app.md",
1875+
"redirect_url": "/azure/app-spaces/quickstart-deploy-sample-app"
1876+
},
1877+
{
1878+
"source_path_from_root": "/articles/app-spaces/deploy-app-spaces-template.md",
1879+
"redirect_url": "/azure/app-spaces/quickstart-deploy-your-app"
1880+
},
18731881
{
18741882
"source_path_from_root": "/articles/application-insights/app-insights-analytics-reference.md",
18751883
"redirect_url": "/azure/kusto/query/",
@@ -3625,6 +3633,11 @@
36253633
"redirect_url": "https://www.twilio.com/docs/usage/tutorials/serverless-webhooks-azure-functions-and-csharp",
36263634
"redirect_document_id": false
36273635
},
3636+
{
3637+
"source_path_from_root": "/articles/azure-functions/create-first-function-vs-code-web.md",
3638+
"redirect_url": "/azure/azure-functions",
3639+
"redirect_document_id": false
3640+
},
36283641
{
36293642
"source_path_from_root": "/articles/twilio-dotnet-how-to-use-for-voice-sms.md",
36303643
"redirect_url": "https://www.twilio.com/docs/usage/tutorials/serverless-webhooks-azure-functions-and-csharp",
@@ -4047,7 +4060,22 @@
40474060
},
40484061
{
40494062
"source_path_from_root":"/articles/cosmos-db/high-availability.md",
4050-
"redirect_url":"/azure/reliability/reliability-cosmos-db-nosql.md",
4063+
"redirect_url":"/azure/reliability/reliability-cosmos-db-nosql",
4064+
"redirect_document_id":false
4065+
},
4066+
{
4067+
"source_path_from_root":"/articles/migrate/how-to-assess.md",
4068+
"redirect_url":"/azure/migrate/whats-new#update-april-2024",
4069+
"redirect_document_id":false
4070+
},
4071+
{
4072+
"source_path_from_root":"/articles/migrate/prepare-isv-movere.md",
4073+
"redirect_url":"/azure/migrate/whats-new#update-april-2024",
4074+
"redirect_document_id":false
4075+
},
4076+
{
4077+
"source_path_from_root":"/articles/aks/troubleshoot-udp-packet-drops.md",
4078+
"redirect_url":"/troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes",
40514079
"redirect_document_id":false
40524080
}
40534081
]

articles/active-directory-b2c/customize-ui-with-html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Configure Blob storage for Cross-Origin Resource Sharing by performing the follo
264264
Validate that you're ready by performing the following steps:
265265

266266
1. Repeat the configure CORS step. For **Allowed origins**, enter `https://www.test-cors.org`
267-
1. Navigate to [www.test-cors.org](https://www.test-cors.org/)
267+
1. Navigate to [www.test-cors.org](https://cors-test.codehappy.dev/)
268268
1. For the **Remote URL** box, paste the URL of your HTML file. For example, `https://your-account.blob.core.windows.net/root/azure-ad-b2c/unified.html`
269269
1. Select **Send Request**.
270270
The result should be `XHR status: 200`.

articles/ai-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-python-multivariate.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ from datetime import datetime, timezone
120120
from azure.ai.anomalydetector import AnomalyDetectorClient
121121
from azure.core.credentials import AzureKeyCredential
122122
from azure.ai.anomalydetector.models import *
123+
import os
123124

124125
SUBSCRIPTION_KEY = os.environ['ANOMALY_DETECTOR_API_KEY']
125126
ANOMALY_DETECTOR_ENDPOINT = os.environ['ANOMALY_DETECTOR_ENDPOINT']
@@ -175,12 +176,12 @@ result = ad_client.detect_multivariate_batch_anomaly(model_id, batch_inference_b
175176
result_id = result.result_id
176177

177178
# Get results (may need a few seconds)
178-
r = ad_client.get_multivariate_batch_detection_result(result_id)
179+
anomaly_results = ad_client.get_multivariate_batch_detection_result(result_id)
179180
print("Get detection result...(it may take a few seconds)")
180181

181-
while r.summary.status != MultivariateBatchDetectionStatus.READY and r.summary.status != MultivariateBatchDetectionStatus.FAILED and r.summary.status !=MultivariateBatchDetectionStatus.CREATED:
182+
while anomaly_results.summary.status != MultivariateBatchDetectionStatus.READY and anomaly_results.summary.status != MultivariateBatchDetectionStatus.FAILED:
182183
anomaly_results = ad_client.get_multivariate_batch_detection_result(result_id)
183-
print("Detection is {}".format(r.summary.status))
184+
print("Detection is {}".format(anomaly_results.summary.status))
184185
time.sleep(5)
185186

186187

articles/ai-services/Anomaly-Detector/media/logo_Csharp.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

articles/ai-services/Anomaly-Detector/media/logo_java.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

articles/ai-services/Anomaly-Detector/media/logo_python.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

articles/ai-services/LUIS/media/index/logo_csharp.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

articles/ai-services/LUIS/media/index/logo_java.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

articles/ai-services/LUIS/media/index/logo_nodejs.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)