Skip to content

Commit ccd79c7

Browse files
authored
Merge pull request #292404 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 434b910 + 0236ece commit ccd79c7

File tree

79 files changed

+116
-116
lines changed

Some content is hidden

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

79 files changed

+116
-116
lines changed

articles/app-service/overview-access-restrictions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Multi-source rules are defined the same way you define single-source rules, but
8989

9090
You can't create these rules in the portal, but you can modify an existing service tag or IP-based rule and add more sources to the rule.
9191

92-
### Http header filtering for site access restriction rules
92+
### HTTP header filtering for site access restriction rules
9393

94-
For any rule, regardless of type, you can add http header filtering. Http header filters allow you to further inspect the incoming request and filter based on specific http header values. Each header can have up to eight values per rule. The following lists the supported http headers:
94+
For any rule, regardless of type, you can add http header filtering. HTTP header filters allow you to further inspect the incoming request and filter based on specific http header values. Each header can have up to eight values per rule. The following lists the supported http headers:
9595

9696
* **X-Forwarded-For**. [Standard header](https://developer.mozilla.org/docs/Web/HTTP/Headers/X-Forwarded-For) for identifying the originating IP address of a client connecting through a proxy server. Accepts valid IP addresses.
9797
* **X-Forwarded-Host**. [Standard header](https://developer.mozilla.org/docs/Web/HTTP/Headers/X-Forwarded-Host) for identifying the original host requested by the client. Accepts any string up to 64 characters in length.

articles/azure-app-configuration/monitor-app-configuration-reference.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Resource Provider and Type: [App Configuration Platform Metrics](/azure/azure-mo
2020

2121
| Metric | Unit | Description |
2222
|-------|-----| ----- |
23-
| Http Incoming Request Count | Count | Total number of incoming Http Request |
24-
| Http Incoming Request Duration | Milliseconds | Server side duration of an Http Request |
25-
| Throttled Http Request Count | Count | Throttled requests are Http requests that receive a response with a status code of 429 |
23+
| HTTP Incoming Request Count | Count | Total number of incoming HTTP Request |
24+
| HTTP Incoming Request Duration | Milliseconds | Server side duration of an HTTP Request |
25+
| Throttled HTTP Request Count | Count | Throttled requests are HTTP requests that receive a response with a status code of 429 |
2626
| Daily Storage Usage | Percent | Represents the amount of storage in use as a percentage of the maximum allowance. This metric is updated at least once daily. |
2727
| Request Quota Usage | Percent | Represents the current total request usage in percentage. |
2828
| Replication Latency | Milliseconds | Represents the average time it takes for a replica to be consistent with current state. |
@@ -36,9 +36,9 @@ App Configuration has the following dimensions associated with its metr
3636

3737
| Metric Name | Dimension description |
3838
|-------|-----|
39-
| Http Incoming Request Count | The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by "AAD" or "HMAC" authentication. |
40-
| Http Incoming Request Duration | The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by "AAD" or "HMAC" authentication. |
41-
| Throttled Http Request Count | The **Endpoint** of each request is included as a dimension. |
39+
| HTTP Incoming Request Count | The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by "AAD" or "HMAC" authentication. |
40+
| HTTP Incoming Request Duration | The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by "AAD" or "HMAC" authentication. |
41+
| Throttled HTTP Request Count | The **Endpoint** of each request is included as a dimension. |
4242
| Daily Storage Usage | This metric does not have any dimensions. |
4343
| Request Quota Usage | The supported dimensions are the **OperationType** ("Read"or "Write") and **Endpoint** of each request. |
4444
| Replication Latency | The **Endpoint** of the replica that data was replicated to is included as a dimension. |
@@ -62,7 +62,7 @@ This section refers to all of the Azure Monitor Logs Kusto tables re
6262
|Resource type | Notes |
6363
|-------|-----|
6464
| [AACAudit](/azure/azure-monitor/reference/tables/AACAudit) | Azure App Configuration audit logs. |
65-
| [AACHttpRequest](/azure/azure-monitor/reference/tables/AACHttpRequest) | Entries of every Http request sent to a selected app configuration resource. |
65+
| [AACHttpRequest](/azure/azure-monitor/reference/tables/AACHttpRequest) | Entries of every HTTP request sent to a selected app configuration resource. |
6666
| [AzureActivity](/azure/azure-monitor/reference/tables/AzureActivity) | Entries from the Azure Activity log that provide insight into any subscription-level or management group level events that have occurred in Azure. |
6767

6868
For a reference of all Azure Monitor Logs / Log Analytics tables, see the [Azure Monitor Log Table Reference](/azure/azure-monitor/reference/tables/microsoft-appconfiguration_configurationstores).
@@ -71,7 +71,7 @@ For a reference of all Azure Monitor Logs / Log Analytics tables, se
7171

7272
App Configuration uses the [AACHttpRequest Table](/azure/azure-monitor/reference/tables/aachttprequest) to store resource log information.
7373

74-
**Http Requests**
74+
**HTTP Requests**
7575

7676
|Property | Type | Description |
7777
|-------|-----| ----- |
@@ -81,7 +81,7 @@ App Configuration uses the [AACHttpRequest Table](/azure/azure-monitor/refere
8181
|CorrelationId| string| An ID provided by the client to correlate multiple requests.
8282
|DurationMs| int |The duration of the operation in milliseconds.
8383
|HitCount| int |The number of requests that the record is associated with.
84-
|Method string| HTTP| Http request method (get or post)
84+
|Method string| HTTP| HTTP request method (get or post)
8585
|RequestId| string| Unique request ID generated by server.
8686
|RequestLength| int |Length in bytes of the HTTP request.
8787
|RequestURI| string| URI of the request, can include key and label name.

articles/azure-app-configuration/monitor-app-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When you create a diagnostic setting, you specify which categories of logs to co
9797
9898
You can analyze metrics for App Configuration with metrics from other Azure services using metrics explorer by opening **Metrics** from the **Azure Monitor** menu. See [Analyze metrics with Azure Monitor metrics explorer](/azure/azure-monitor/essentials/analyze-metrics) for details on using this tool. For App Configuration, the following metrics are collected:
9999
100-
* Http Incoming Request Count
101-
* Http Incoming Request Duration
102-
* Throttled Http Request Count (Http status code 429 Responses)
100+
* HTTP Incoming Request Count
101+
* HTTP Incoming Request Duration
102+
* Throttled HTTP Request Count (HTTP status code 429 Responses)
103103
* Daily Storage Usage
104104
* Request Quota Usage
105105
* Replication Latency
@@ -133,13 +133,13 @@ Following are sample queries that you can use to help you monitor your App Confi
133133
134134
135135
136-
* List all Http Requests in the last three days
136+
* List all HTTP Requests in the last three days
137137
```Kusto
138138
   AACHttpRequest
139139
| where TimeGenerated > ago(3d)
140140
```
141141
142-
* List all throttled requests (returned Http status code 429 for too many requests) in the last three days
142+
* List all throttled requests (returned HTTP status code 429 for too many requests) in the last three days
143143
```Kusto
144144
   AACHttpRequest
145145
| where TimeGenerated > ago(3d)

articles/azure-functions/durable/durable-functions-dotnet-entities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public static async Task<HttpResponseMessage> DeleteCounter(
226226

227227
### Example: client reads entity state
228228

229-
The following Azure Http Function implements a GET operation using REST conventions. It reads the current state of the counter entity whose key is passed in the URL path.
229+
The following Azure HTTP Function implements a GET operation using REST conventions. It reads the current state of the counter entity whose key is passed in the URL path.
230230
```csharp
231231
[FunctionName("GetCounter")]
232232
public static async Task<HttpResponseMessage> GetCounter(
@@ -266,7 +266,7 @@ public static async Task<int> Run(
266266
::: zone pivot="isolated"
267267
### Example: client signals entity
268268

269-
The following Azure Http Function implements a DELETE operation using REST conventions. It sends a delete signal to the counter entity whose key is passed in the URL path.
269+
The following Azure HTTP Function implements a DELETE operation using REST conventions. It sends a delete signal to the counter entity whose key is passed in the URL path.
270270

271271
```csharp
272272
[Function("DeleteCounter")]
@@ -282,7 +282,7 @@ public static async Task<HttpResponseData> DeleteCounter(
282282

283283
### Example: client reads entity state
284284

285-
The following Azure Http Function implements a GET operation using REST conventions. It reads the current state of the counter entity whose key is passed in the URL path.
285+
The following Azure HTTP Function implements a GET operation using REST conventions. It reads the current state of the counter entity whose key is passed in the URL path.
286286

287287
```csharp
288288
[Function("GetCounter")]

articles/azure-health-insights/includes/example-1-inference-follow-up-recommendation-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ms.service: azure-health-insights
7979
"code": {
8080
"coding": [
8181
{
82-
"system": "Https://loinc.org",
82+
"system": "https://loinc.org",
8383
"code": "LP207608-3",
8484
"display": "ULTRASOUND"
8585
}

articles/azure-health-insights/includes/example-2-inference-follow-up-recommendation-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ms.service: azure-health-insights
7979
"code": {
8080
"coding": [
8181
{
82-
"system": "Https://loinc.org",
82+
"system": "https://loinc.org",
8383
"code": "LP207608-3",
8484
"display": "ULTRASOUND"
8585
}

articles/azure-health-insights/includes/example-inference-age-mismatch-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ms.service: azure-health-insights
8080
"code": {
8181
"coding": [
8282
{
83-
"system": "Https://loinc.org",
83+
"system": "https://loinc.org",
8484
"code": "41806-1",
8585
"display": "CT ABDOMEN"
8686
}

articles/azure-health-insights/includes/example-inference-critical-result-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ms.service: azure-health-insights
7979
"code": {
8080
"coding": [
8181
{
82-
"system": "Https://loinc.org",
82+
"system": "https://loinc.org",
8383
"code": "26086-9",
8484
"display": "XR KNEE - LEFT 2 VIEWS"
8585
}

articles/azure-health-insights/includes/example-inference-finding-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ms.service: azure-health-insights
7979
"code": {
8080
"coding": [
8181
{
82-
"system": "Https://loinc.org",
82+
"system": "https://loinc.org",
8383
"code": "24627-2",
8484
"display": "CT CHEST"
8585
}

articles/azure-health-insights/includes/example-inference-follow-up-communication-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ms.service: azure-health-insights
7979
"code": {
8080
"coding": [
8181
{
82-
"system": "Https://loinc.org",
82+
"system": "https://loinc.org",
8383
"code": "36572-6",
8484
"display": "XR CHEST AP"
8585
}

0 commit comments

Comments
 (0)