Skip to content

Commit 89f0e90

Browse files
authored
Merge pull request #192031 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 ea7db84 + ef428f1 commit 89f0e90

File tree

9 files changed

+21
-18
lines changed

9 files changed

+21
-18
lines changed

articles/active-directory/conditional-access/howto-conditional-access-policy-location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ More information about the location condition in Conditional Access can be found
5252
1. Under **Include**, select **Selected locations**
5353
1. Select the blocked location you created for your organization.
5454
1. Click **Select**.
55-
1. Under **Access controls** > select **Block Access**, and select **Select**.
55+
1. Under **Access controls** > select **Block Access**, and click **Select**.
5656
1. Confirm your settings and set **Enable policy** to **Report-only**.
5757
1. Select **Create** to create to enable your policy.
5858

articles/api-management/api-management-advanced-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ This example shows how to return a 401 response if the authorization token is in
900900

901901
This policy can be used in the following policy [sections](./api-management-howto-policies.md#sections) and [scopes](./api-management-howto-policies.md#scopes).
902902

903-
- **Policy sections:** outbound, backend, on-error
903+
- **Policy sections:** inbound, outbound, backend, on-error
904904
- **Policy scopes:** all scopes
905905

906906
## <a name="set-variable"></a> Set variable

articles/azure-resource-manager/management/tag-resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ You apply tags to your Azure resources, resource groups, and subscriptions to lo
1212

1313
For recommendations on how to implement a tagging strategy, see [Resource naming and tagging decision guide](/azure/cloud-adoption-framework/decision-guides/resource-tagging/?toc=/azure/azure-resource-manager/management/toc.json).
1414

15+
Resource tags support all cost-accruing services. You can use Azure Policy to ensure that cost-accruing services are provisioned with a tag by using one of the many different [tag policies](/azure/azure-resource-manager/management/tag-policies).
16+
1517
> [!WARNING]
1618
> Tags are stored as plain text. Never add sensitive values to tags. Sensitive values could be exposed through many methods, including cost reports, tag taxonomies, deployment histories, exported templates, and monitoring logs.
1719

articles/azure-sql/database/ledger-append-only-ledger-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For every append-only ledger table, the system automatically generates a view, c
5050
| --- | --- | --- |
5151
| ledger_transaction_id | bigint | The ID of the transaction that created or deleted a row version. |
5252
| ledger_sequence_number | bigint | The sequence number of a row-level operation within the transaction on the table. |
53-
| ledger_operation_type_id | tinyint | Contains `0` (**INSERT**) or `1` (**DELETE**). Inserting a row into the ledger table produces a new row in the ledger view that contains `0` in this column. Deleting a row from the ledger table produces a new row in the ledger view that contains `1` in this column. Updating a row in the ledger table produces two new rows in the ledger view. One row contains `1` (**DELETE**), and the other row contains `1` (**INSERT**) in this column. A DELETE shouldn't occur on an append-only ledger table. |
53+
| ledger_operation_type | tinyint | Contains `1` (**INSERT**) or `2` (**DELETE**). Inserting a row into the ledger table produces a new row in the ledger view that contains `1` in this column. Deleting a row from the ledger table produces a new row in the ledger view that contains `2` in this column. Updating a row in the ledger table produces two new rows in the ledger view. One row contains `2` (**DELETE**), and the other row contains `1` (**INSERT**) in this column. A DELETE shouldn't occur on an append-only ledger table. |
5454
| ledger_operation_type_desc | nvarchar(128) | Contains `INSERT` or `DELETE`. For more information, see the preceding row. |
5555

5656
## Next steps

articles/azure-sql/database/ledger-updatable-ledger-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The ledger view's schema mirrors the columns defined in the updatable ledger and
7575
| --- | --- | --- |
7676
| ledger_transaction_id | bigint | The ID of the transaction that created or deleted a row version. |
7777
| ledger_sequence_number | bigint | The sequence number of a row-level operation within the transaction on the table. |
78-
| ledger_operation_type_id | tinyint | Contains `0` (**INSERT**) or `1` (**DELETE**). Inserting a row into the ledger table produces a new row in the ledger view that contains `0` in this column. Deleting a row from the ledger table produces a new row in the ledger view that contains `1` in this column. Updating a row in the ledger table produces two new rows in the ledger view. One row contains `1` (**DELETE**), and the other row contains `1` (**INSERT**) in this column. |
78+
| ledger_operation_type | tinyint | Contains `1` (**INSERT**) or `2` (**DELETE**). Inserting a row into the ledger table produces a new row in the ledger view that contains `1` in this column. Deleting a row from the ledger table produces a new row in the ledger view that contains `2` in this column. Updating a row in the ledger table produces two new rows in the ledger view. One row contains `2` (**DELETE**), and the other row contains `1` (**INSERT**) in this column. |
7979
| ledger_operation_type_desc | nvarchar(128) | Contains `INSERT` or `DELETE`. For more information, see the preceding row. |
8080

8181
## Next steps

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,18 @@ By default the logs are pulled from the inference server. Logs include the conso
8888

8989
You can also get logs from the storage initializer container by passing `–-container storage-initializer`. These logs contain information on whether code and model data were successfully downloaded to the container.
9090

91-
Add `--help` and/or `--debug` to commands to see more information. Include the `x-ms-client-request-id` header to help with troubleshooting.
91+
Add `--help` and/or `--debug` to commands to see more information.
92+
93+
## Request tracing
94+
95+
There are three supported tracing headers:
96+
97+
- `x-request-id` is reserved for server tracing. We override this header to ensure it's a valid GUID.
98+
99+
> [!Note]
100+
> When you create a support ticket for a failed request, attach the failed request ID to expedite investigation.
101+
102+
- `x-ms-request-id` and `x-ms-client-request-id` are available for client tracing scenarios. We sanitize these headers to remove non-alphanumeric symbols. These headers are truncated to 72 characters.
92103

93104
## Common deployment errors
94105

articles/postgresql/hyperscale/reference-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ PostgreSQL - Hyperscale (Citus).
5151

5252
Depending on which version of PostgreSQL is running in a server group,
5353
different [versions of PostgreSQL extensions](reference-extensions.md)
54-
will be installed as well. In particular, Postgres versions 12-14 come with
55-
Citus 10, and earlier Postgres versions come with Citus 9.5.
54+
will be installed as well. In particular, PostgreSQL versions 12-14 come with
55+
Citus 10, and earlier PostgreSQL versions come with Citus 9.5.
5656

5757
## Next steps
5858

articles/sentinel/roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use Azure RBAC to create and assign roles within your security operations team t
2828

2929
- [Microsoft Sentinel Contributor](../role-based-access-control/built-in-roles.md#microsoft-sentinel-contributor) can, in addition to the above, create and edit workbooks, analytics rules, and other Microsoft Sentinel resources.
3030

31-
- [Microsoft Sentinel Automation Contributor](../role-based-access-control/built-in-roles.md#microsoft-sentinel-contributor) allows Microsoft Sentinel to add playbooks to automation rules. It is not meant for user accounts.
31+
- [Microsoft Sentinel Automation Contributor](../role-based-access-control/built-in-roles.md#microsoft-sentinel-automation-contributor) allows Microsoft Sentinel to add playbooks to automation rules. It is not meant for user accounts.
3232

3333
> [!NOTE]
3434
>

includes/key-vault-limits.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@ Key Vault does not restrict the number of keys, secrets or certificates that can
6363

6464
Key Vault does not restrict the number of versions on a secret, key or certificate, but storing a large number of versions (500+) can impact the performance of backup operations. See [Azure Key Vault Backup](../articles/key-vault/general/backup.md).
6565

66-
#### Azure Private Link integration
67-
68-
> [!NOTE]
69-
> The number of key vaults with private endpoints enabled per subscription is an adjustable limit. The limit shown below is the default limit. If you would like to request a limit increase for your service, please create a support request and it will be assessed on a case by case basis.
70-
71-
| Resource | Limit |
72-
| -------- | -----:|
73-
| Private endpoints per key vault or managed HSM| 64 |
74-
| Key vaults with private endpoints per subscription | 400 |
75-
7666
### Resource type: Managed HSM
7767

7868
This section describes service limits for resource type `managed HSM`.

0 commit comments

Comments
 (0)