Skip to content

Commit d0d55c2

Browse files
authored
Merge pull request #283840 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 01e60c7 + 8a4de1b commit d0d55c2

File tree

6 files changed

+33
-8
lines changed

6 files changed

+33
-8
lines changed

articles/ai-studio/how-to/create-azure-ai-hub-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,18 @@ To run the Bicep template, use the following commands from the `aistudio-basics`
105105
1. To run the template, use the following command. Replace `myai` with the name to use for your resources. This value is used, along with generated prefixes and suffixes, to create a unique name for the resources created by the template.
106106
107107
> [!TIP]
108-
> The `aiResourceName` must be 5 or less characters. It can't be entirely numeric or contain the following characters: `~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?`.
108+
> The `aiHubName` must be 5 or less characters. It can't be entirely numeric or contain the following characters: `~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?`.
109109
110110
# [Azure CLI](#tab/cli)
111111
112112
```azurecli
113-
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters aiResourceName=myai
113+
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters aiHubName=myai
114114
```
115115
116116
# [Azure PowerShell](#tab/powershell)
117117
118118
```azurepowershell
119-
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile main.bicep -aiResourceName myai
119+
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile main.bicep -aiHubName myai
120120
```
121121
122122
---

articles/cosmos-db/burst-capacity-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sections:
2525
- question: |
2626
How does burst capacity work with autoscale?
2727
answer: |
28-
Autoscale and burst capacity are compatible. Autoscale gives you a guaranteed instant 10 times scale range. Burst capacity allows you to take advantage of unused, idle capacity to handle temporary spikes, potentially beyond your autoscale max RU/s. For example, suppose we have an autoscale container with one physical partition that scales between 100 - 1000 RU/s. Without burst capacity, any requests that consume beyond 1000 RU/s would be rate limited. With burst capacity however, the partition can accumulate a maximum of 1000 RU/s of idle capacity each second. Burst capacity allows the partition to burst at a maximum rate of 3000 RU/s for a limited amount of time.
28+
Autoscale and burst capacity are compatible. Autoscale gives you a guaranteed instant 10 times scale range. Burst capacity allows you to take advantage of unused, idle capacity to handle temporary spikes, potentially beyond your autoscale max RU/s. For example, suppose we have an autoscale container with one physical partition that scales between 100 - 1000 RU/s. Without burst capacity, any requests that consume beyond 1000 RU/s would be rate limited. With burst capacity however, the partition can accumulate a maximum of 100 RU/s of idle capacity each second. Burst capacity allows the partition to burst at a maximum rate of 3000 RU/s for a limited amount of time.
2929
3030
Accumulation of burst is based on the maximum autoscale RU/s.
3131

articles/machine-learning/how-to-secure-workspace-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
273273
az ml workspace update --name myworkspace --resource-group myresourcegroup --image-build-compute mycomputecluster
274274
```
275275
276-
You can switch back to serverless compute by executing the same command and referencing the compute as an empty space: `--image-build-compute ' '`.
276+
You can switch back to serverless compute by executing the same command and referencing the compute as an empty space: `--image-build-compute ''`.
277277
278278
# [Python SDK](#tab/python)
279279

articles/virtual-desktop/clipboard-transfer-direction-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To configure the clipboard using Intune, follow these steps. This process create
8686
- **Restrict clipboard transfer from client to server**: Select **Enabled**.
8787
- **Restrict clipboard transfer from client to server**: Select the type of clipboard data you want to prevent or allow. Your options:
8888

89-
- Disable clipboard transfers from server to client
89+
- Disable clipboard transfers from client to server
9090
- Allow plain text
9191
- Allow plain text and images
9292
- Allow plain text, images, and Rich Text Format

articles/virtual-desktop/private-link-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ Private Link with Azure Virtual Desktop has the following limitations:
7979

8080
- After you've changed a private endpoint to a host pool, you must restart the *Remote Desktop Agent Loader* (*RDAgentBootLoader*) service on each session host in the host pool. You also need to restart this service whenever you change a host pool's network configuration. Instead of restarting the service, you can restart each session host.
8181

82-
- Using both Private Link and
83-
8482
- Using both Private Link and [RDP Shortpath for managed networks](rdp-shortpath.md?tabs=managed-networks) isn't supported, but they can work together. You can use Private Link and RDP Shortpath for managed networks at your own risk. All other RDP Shortpath options using STUN or TURN aren't supported with Private Link.
8583

8684
- Early in the preview of Private Link with Azure Virtual Desktop, the private endpoint for the initial feed discovery (for the *global* sub-resource) shared the private DNS zone name of `privatelink.wvd.microsoft.com` with other private endpoints for workspaces and host pools. In this configuration, users are unable to establish private endpoints exclusively for host pools and workspaces. Starting September 1, 2023, sharing the private DNS zone in this configuration will no longer be supported. You need to create a new private endpoint for the *global* sub-resource to use the private DNS zone name of `privatelink-global.wvd.microsoft.com`. For the steps to do this, see [Initial feed discovery](private-link-setup.md#initial-feed-discovery).

articles/web-application-firewall/afds/waf-front-door-custom-rules.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,33 @@ Here's an example JSON description of the custom rule:
199199
"action": "Block"
200200
}
201201
```
202+
203+
### Match based on request URI
204+
205+
Suppose you need to allow requests where the URI contains 'login'.
206+
207+
Here's an example JSON description of the custom rule:
208+
209+
```json
210+
{
211+
"name": "URIContainsLogin",
212+
"priority": 5,
213+
"ruleType": "MatchRule",
214+
"matchConditions": [
215+
{
216+
"matchVariable": "RequestUri",
217+
"selector": null,
218+
"operator": "Contains",
219+
"negateCondition": false,
220+
"matchValue": [
221+
"login"
222+
]
223+
}
224+
],
225+
"action": "Allow"
226+
}
227+
```
228+
202229
## Copying and duplicating custom rules
203230

204231
Custom rules can be duplicated within a given policy. When duplicating a rule, you need to specify a unique name for the rule and a unique priority value. Additionally, custom rules can be copied from one Azure Front Door WAF policy to another as long as the policies are both in the same subscription. When copying a rule from one policy to another, you need to select the Azure Front Door WAF policy you wish to copy the rule into. Once you select the WAF policy you need to give the rule a unique name, and assign a priority rank.

0 commit comments

Comments
 (0)