Skip to content

Commit 5b75023

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-remove-last-owner-role-assignment
2 parents 6f57a2b + 3e92ee1 commit 5b75023

File tree

128 files changed

+1424
-985
lines changed

Some content is hidden

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

128 files changed

+1424
-985
lines changed

articles/application-gateway/http-response-codes.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: mbender-ms
66
ms.service: azure-application-gateway
77
ms.topic: troubleshooting
8-
ms.date: 03/28/2025
8+
ms.date: 05/26/2025
99
ms.author: mbender
1010
---
1111

@@ -97,10 +97,7 @@ Other reasons for clients receiving 403 responses include:
9797

9898
#### 404 – Page not found
9999

100-
An HTTP 404 response can be returned if a request is sent to an application gateway that is:
101-
- Using a [v2 sku](overview-v2.md).
102-
- Without a hostname match defined in any [multi-site listeners](multiple-site-overview.md).
103-
- Not configured with a [basic listener](application-gateway-components.md#types-of-listeners).
100+
An HTTP 404 response is generated when a request is made to Application Gateway (V2 SKUs) with a hostname that doesn’t corresponds to any of the configured Multi-site listeners, and there is no Basic listener present. Learn more about [types of listeners](application-gateway-components.md#types-of-listeners.
104101

105102
#### 408 – Request Time-out
106103

articles/automation/shared-resources/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage modules in Azure Automation
33
description: This article tells how to use PowerShell modules to enable cmdlets in runbooks and DSC resources in DSC configurations.
44
services: automation
55
ms.subservice: shared-capabilities
6-
ms.date: 10/01/2024
6+
ms.date: 05/27/2025
77
ms.topic: how-to
88
ms.custom: devx-track-azurepowershell, devx-track-python
99
ms.service: azure-automation

articles/azure-health-insights/radiology-insights/model-configuration.md

Lines changed: 44 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ To interact with the Radiology Insights model, you can provide several model con
2828
},
2929
"findingOptions": {
3030
"provideFocusedSentenceEvidence": false
31+
},
32+
"GuidanceOptions": {
33+
"showGuidanceInHistory": true
34+
},
35+
"QualityMeasureOptions": {
36+
"measureTypes": [
37+
"mips364",
38+
"mips360",
39+
"mips436"
40+
]
3141
}
3242
},
3343
"locale": "en-US",
@@ -52,6 +62,8 @@ false | No Evidence is returned
5262
- type: boolean
5363
- Provide a single focused sentence as evidence for the finding, default is true.
5464

65+
See [finding inference](finding-inference.md)
66+
5567
**FollowupRecommendationOptions**
5668
- includeRecommendationsWithNoSpecifiedModality
5769
- type: boolean
@@ -66,6 +78,22 @@ false | No Evidence is returned
6678
- type: boolean
6779
- description: Provide a single focused sentence as evidence for the recommendation, default is true.
6880

81+
See [recommendation inference](recommendation-inference.md)
82+
83+
**GuidanceOptions**
84+
- showGuidanceInHistory:
85+
- type: boolean
86+
- description: If this is true, also show guidance from a clinical history section, i.e. if the first token of the associated finding's clinical indicator is in this section. Default is false.
87+
88+
See [guidance inference](guidance-inference.md)
89+
90+
**QualityMeasureOptions**
91+
- measureTypes:
92+
- type: array of strings
93+
- description: the quality measure kinds that a result will be made for.
94+
The possible values of this array are: "mips76", "mips147", "mips195", "mips360", "mips364", "mips405", "mips406", "mips436", "mips145", "acrad36", "acrad37", "acrad38", "acrad39", "acrad40", "acrad41", "acrad42", "mednax55", "msn13", "msn15", "qmm26", "qmm17", "qmm18", "qmm19". (These values can also be found in the open api specification under "QualityMeasureType".)
95+
96+
See [quality measure inference](quality-measure-inference.md)
6997

7098
IncludeEvidence
7199

@@ -78,56 +106,57 @@ IncludeEvidence
78106
## Examples
79107

80108

81-
**Example 1**
109+
**Example 1 (with recommendation inferences)**
82110

83111
followupRecommendationOptions:
84112
- includeRecommendationsWithNoSpecifiedModality is true
85-
- includeRecommendationsInReferences are false
113+
- includeRecommendationsInReferences is false
86114
- provideFocusedSentenceEvidence for recommendations is false
87115

116+
The options for quality measures and guidance aren't set, because findings and quality measures aren't in the inference types for this document.
117+
88118

89119

90120
As a result:
91121

92122
The model checks for follow-up recommendations with a specified modality (such as DIAGNOSTIC ULTRASONOGRAPHY)
93123
and for recommendations with no specific radiologic modality (such as RADIOGRAPHIC IMAGING PROCEDURE).
94-
The model does not check for a recommendation in a guideline.
95-
The model does not provide a single focused sentence as evidence for the recommendation.
124+
The model doesn't check for a recommendation in a guideline.
125+
The model doesn't provide a single focused sentence as evidence for the recommendations.
96126

97127

98128
- includeEvidence is true. (The model includes evidence for all inferences.)
99129

100130

101131
Examples request/response json:
102132

103-
[!INCLUDE [Example input json](../includes/example-2-inference-follow-up-recommendation-json-request.md)]
133+
[!INCLUDE [Example input json](../includes/example-1-inference-follow-up-recommendation-json-request.md)]
104134

105-
[!INCLUDE [Example output json](../includes/example-2-inference-follow-up-recommendation-json-response.md)]
135+
[!INCLUDE [Example output json](../includes/example-1-inference-follow-up-recommendation-json-response.md)]
106136

107137

108138

109139

110-
**Example 2**
140+
**Example 2 (with recommendation inferences)**
111141

112142
followupRecommendationOptions:
113143
- includeRecommendationsWithNoSpecifiedModality is false
114-
- includeRecommendationsInReferences are true
115-
- provideFocusedSentenceEvidence for findings is true
116-
- includeEvidence is true
144+
- includeRecommendationsInReferences is true
145+
- provideFocusedSentenceEvidence for recommendations is true
146+
147+
The options for quality measures and guidance aren't set, because findings and quality measures aren't in the inference types for this document.
117148

118149
As a result:
119-
The model checks for follow-up recommendations with a specified modality, not for and for recommendations with a nonspecific radiologic modality.
150+
The model checks for follow-up recommendations with a specified modality, not for recommendations with a nonspecific radiologic modality.
120151
The model checks for a recommendation in a guideline.
121152
The model provides a single focused sentence as evidence for the recommendation.
122153

123154

124155
Examples request/response json:
125156

126-
[!INCLUDE [Example input json](../includes/example-1-inference-follow-up-recommendation-json-request.md)]
127-
128-
[!INCLUDE [Example output json](../includes/example-1-inference-follow-up-recommendation-json-response.md)]
129-
157+
[!INCLUDE [Example input json](../includes/example-2-inference-follow-up-recommendation-json-request.md)]
130158

159+
[!INCLUDE [Example output json](../includes/example-2-inference-follow-up-recommendation-json-response.md)]
131160

132161

133162
## Next steps

articles/azure-health-insights/radiology-insights/transparency-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 04/04/2025
99
ms.author: janschietse
1010
---
1111

12-
# Transparency Note for Radiology Insights (Preview)
12+
# Transparency Note for Radiology Insights
1313

1414
## What is a Transparency Note?
1515

articles/azure-signalr/signalr-howto-work-with-azure-front-door.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Paste in the content to the `afd-demo.csproj` file. This project uses only the "
9393
```
9494

9595
#### Configure app settings
96-
Create an `appsettings.json` file and paste in the content. The values will be referenced in the `Program.cs` file, which we create in the next step.
96+
Create an `appsettings.json` file and paste in the content. The values will be referenced in the `Program.cs` file, which we create in the next step. Add a `ClientEndpoint` section in the ConnectionString.
9797
```bash
9898
touch appsettings.json
9999
```
@@ -104,10 +104,7 @@ touch appsettings.json
104104
{
105105
"Azure": {
106106
"SignalR": {
107-
"ConnectionString": "<the-connection-string-of-your-Azure-SignalR-resource>"
108-
},
109-
"AFD": {
110-
"Endpoint": "<the-endpoint-of-your-Azure-Front-Door-resource>"
107+
"ConnectionString": "<the-connection-string-of-your-Azure-SignalR-resource>;ClientEndpoint=<the-endpoint-of-your-Azure-Front-Door-resource>"
111108
}
112109
}
113110
}
@@ -123,21 +120,8 @@ Paste in the code to the `Program.cs` file. The web app defines a SignalR hub an
123120
using Microsoft.Azure.SignalR;
124121
var builder = WebApplication.CreateBuilder(args);
125122

126-
// Reads in the configuration from `appsettings.json`
127-
var azureSignalRConnectionString = builder.Configuration["Azure:SignalR:ConnectionString"];
128-
var afdEndpoint = builder.Configuration["Azure:AFD:Endpoint"];
129-
130-
builder.Services.AddSignalR().AddAzureSignalR(o =>
131-
{
132-
o.Endpoints = new Microsoft.Azure.SignalR.ServiceEndpoint[1]
133-
{
134-
new Microsoft.Azure.SignalR.ServiceEndpoint(azureSignalRConnectionString)
135-
{
136-
// Instructs SignalR server to return a `ClientEndpoint` to SignalR clients, with which they establish a connection. In our case, it's the endpoint of the Azure Front Door resource you just created.
137-
ClientEndpoint = new Uri(afdEndpoint),
138-
}
139-
};
140-
});
123+
// Automatically read in the configuration from `appsettings.json`
124+
builder.Services.AddSignalR().AddAzureSignalR();
141125

142126
var app = builder.Build();
143127
app.UseStaticFiles();
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: Troubleshooting Azure Data Lake Storage backup using Azure Backup (preview)
3+
description: Learn to troubleshoot Azure Data Lake Storage backup using Azure Backup.
4+
ms.topic: troubleshooting
5+
ms.date: 05/27/2025
6+
ms.service: azure-backup
7+
author: jyothisuri
8+
ms.author: jsuri
9+
---
10+
11+
# Troubleshoot Azure Data Lake Storage backup (preview)
12+
13+
This article provides troubleshooting details for error codes that appear when configuring backup and restoring for Azure Data Lake Storage data using Azure Backup (preview).
14+
15+
## Common backup errors
16+
17+
### UserErrorMissingRequiredPermissions
18+
19+
**Error code**: `UserErrorMissingRequiredPermissions`
20+
21+
**Error message**: Appropriate permissions to perform the operation are missing.
22+
23+
**Recommended action**: Ensure that you [granted appropriate permissions](azure-data-lake-storage-configure-backup.md#grant-permissions-to-the-backup-vault-on-storage-accounts).
24+
25+
### UserErrorBackupRequestThrottled
26+
27+
**Error code**: `UserErrorBackupRequestThrottled`
28+
29+
**Error message**: The backup request is throttled as the number of backups on a given backup instance in a day reached the maximum limit.
30+
31+
**Recommended action**: Wait for a day before triggering a new backup operation.
32+
33+
### UserErrorIncorrectContainersSelectedForOperation
34+
35+
**Error code**: `UserErrorIncorrectContainersSelectedForOperation`
36+
37+
**Error message**: Incorrect containers are selected for the backup operation.
38+
39+
**Cause**: One or more containers included in the scope of protection no longer exist in the protected storage account.
40+
41+
**Recommended action**: Retrigger the operation after modifying the protected container list using the **edit backup instance** option.
42+
43+
### UserErrorUnsupportedStorageAccountType
44+
45+
**Error code**: `UserErrorUnsupportedStorageAccountType`
46+
47+
**Error message**: The storage account type isn't supported for Backup.
48+
49+
**Recommended action**: Ensure that you select only the hierarchical namespace (HNS) enabled storage accounts for backup. Network File System (NFS) or Secure File Transfer Protocol (SFTP) enabled storage accounts aren't supported for Azure Data Lake Storage.
50+
51+
## Common restore errors
52+
53+
### UserErrorTargetContainersExistOnAccount
54+
55+
**Error code**: `UserErrorTargetContainersExistOnAccount`
56+
57+
**Error message**: The containers that are part of restore request shouldn't exist on target storage account.
58+
59+
**Recommended action**: Ensure that the target storage account doesn't have containers with the same name you're trying to restore. Choose another storage target or retry the restore operation after removing containers with the same name.
60+
61+
### UserErrorOriginalLocationRestoreNotSupported
62+
63+
**Error code**: `UserErrorOriginalLocationRestoreNotSupported`
64+
65+
**Error message**: Original location restores aren't supported for vaulted blob backup.
66+
67+
**Recommended action**: Choose an alternate target storage account and trigger the restore operation.
68+
69+
## Related content
70+
71+
- [Configure vaulted backup for Azure Data Lake Storage using Azure portal (preview)](azure-data-lake-storage-configure-backup.md).
72+
- [Restore Azure Data Lake Storage using Azure portal (preview)](azure-data-lake-storage-restore.md).

0 commit comments

Comments
 (0)