Skip to content

Commit cdb2e68

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into sanSEO
2 parents f8b1312 + cafc8f0 commit cdb2e68

36 files changed

+218
-146
lines changed

articles/active-directory-b2c/custom-policy-developer-notes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ Azure Active Directory B2C [user flows and custom policies](user-flow-overview.m
3636
| [Sign-up and sign-in](add-sign-up-and-sign-in-policy.md) with email and password. | GA | GA| |
3737
| [Sign-up and sign-in](add-sign-up-and-sign-in-policy.md) with username and password.| GA | GA | |
3838
| [Profile editing flow](add-profile-editing-policy.md) | GA | GA | |
39-
| [Self-Service password reset](add-password-reset-policy.md) | GA| GA| |
40-
| [Force password reset](force-password-reset.md) | GA | NA | |
41-
| [Self-Service password reset](add-password-reset-policy.md) | GA| GA| Available in China cloud, but only for custom policies.
39+
| [Self-Service password reset](add-password-reset-policy.md) | GA| GA| Available in China cloud, but only for custom policies. |
4240
| [Force password reset](force-password-reset.md) | GA | GA | Available in China cloud, but only for custom policies. |
4341
| [Phone sign-up and sign-in](phone-authentication-user-flows.md) | GA | GA | Available in China cloud, but only for custom policies. |
4442
| [Smart lockout](threat-management.md) | GA | GA | |

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ To host your HTML content in Blob storage, use the following steps:
228228

229229
To create a public container in Blob storage, perform the following steps:
230230

231+
1. Under **Settings** in the leftmost menu, select **Configuration**.
232+
1. Enable **Allow Blob anonymous access**.
233+
1. Select **Save**.
231234
1. Under **Data storage** in the left-hand menu, select **Containers**.
232235
1. Select **+ Container**.
233236
1. For **Name**, enter *root*. The name can be a name of your choosing, for example *contoso*, but we use *root* in this example for simplicity.

articles/ai-services/openai/how-to/quota.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mrbullwinkle
77
manager: nitinme
88
ms.service: azure-ai-openai
99
ms.topic: how-to
10-
ms.date: 08/01/2023
10+
ms.date: 05/31/2024
1111
ms.author: mbullwin
1212
---
1313

@@ -57,11 +57,7 @@ Post deployment you can adjust your TPM allocation by selecting **Edit deploymen
5757
5858
## Model specific settings
5959

60-
Different model deployments, also called model classes have unique max TPM values that you're now able to control. **This represents the maximum amount of TPM that can be allocated to that type of model deployment in a given region.** While each model type represents its own unique model class, the max TPM value is currently only different for certain model classes:
61-
62-
- GPT-4
63-
- GPT-4-32K
64-
- Text-Davinci-003
60+
Different model deployments, also called model classes have unique max TPM values that you're now able to control. **This represents the maximum amount of TPM that can be allocated to that type of model deployment in a given region.**
6561

6662
All other model classes have a common max TPM value.
6763

articles/azure-monitor/logs/analyze-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Azure Monitor costs can vary significantly based on the volume of data being col
1414
## Causes for higher-than-expected usage
1515
Each Log Analytics workspace is charged as a separate service and contributes to the bill for your Azure subscription. The amount of data ingestion can be considerable, depending on the:
1616

17-
- Set of insights and services enabled and their configuration.
17+
- Set of insights and services enabled and their configuration.
1818
- Number and type of monitored resources.
1919
- Volume of data collected from each monitored resource.
2020

@@ -70,7 +70,7 @@ Usage
7070
| where TimeGenerated > ago(32d)
7171
| where StartTime >= startofday(ago(31d)) and EndTime < startofday(now())
7272
| where IsBillable == true
73-
| summarize BillableDataGB = sum(Quantity) / 1000. by bin(StartTime, 1d), DataType
73+
| summarize BillableDataGB = sum(Quantity) / 1024. by bin(StartTime, 1d), DataType
7474
| render columnchart
7575
```
7676

articles/azure-resource-manager/bicep/deployment-stacks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create & deploy deployment stacks in Bicep
33
description: Describes how to create deployment stacks in Bicep.
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-bicep
6-
ms.date: 05/28/2024
6+
ms.date: 05/31/2024
77
---
88

99
# Deployment stacks
@@ -42,6 +42,7 @@ Deployment stacks provide the following benefits:
4242
- The [What-if](./deploy-what-if.md) support isn't yet available.
4343
- A management group-scoped stack is restricted from deploying to another management group. It can only deploy to the management group of the stack itself or to a child subscription.
4444
- The PowerShell command help lists a `DeleteResourcesAndResourcesGroups` value for the `ActionOnUnmanage` switch. When this value is used, the command detaches the managed resources and the resource groups. This value will be removed in the next update. Don't use this value.
45+
- In some cases, the New and Set cmdlets of Azure PowerShell may return a generic template validation error that is not clearly actionable. This bug will be fixed in the next release, but for now, if the error is unclear, you can run the cmdlet in debug mode to see a more detailed error in the raw response.
4546

4647
## Built-in roles
4748

articles/azure-vmware/architecture-stretched-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Architecture - Design considerations for vSAN stretched clusters
33
description: Learn about how to use stretched clusters for Azure VMware Solution.
4-
ms.topic: concepts
4+
ms.topic: concept-article
55
ms.service: azure-vmware
66
ms.date: 4/10/2024
77
ms.custom: references_regions, engagement-fy24

articles/governance/resource-graph/concepts/query-language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ Here's the list of KQL tabular operators supported by Resource Graph with specif
195195
|[extend](/azure/data-explorer/kusto/query/extendoperator) |[Count virtual machines by OS type](../samples/starter.md#count-virtual-machines-by-os-type) | |
196196
|[join](/azure/data-explorer/kusto/query/joinoperator) |[Key vault with subscription name](../samples/advanced.md#key-vaults-with-subscription-name) |Join flavors supported: [innerunique](/azure/data-explorer/kusto/query/joinoperator#default-join-flavor), [inner](/azure/data-explorer/kusto/query/joinoperator#inner-join), [leftouter](/azure/data-explorer/kusto/query/joinoperator#left-outer-join), and [fullouter](/azure/data-explorer/kusto/query/join-fullouter). Limit of three `join` in a single query, one of which might be a cross-table `join`. If all cross-table `join` use is between _Resource_ and _ResourceContainers_, then three cross-table `join` are allowed. Custom join strategies, such as broadcast join, aren't allowed. For which tables can use `join`, go to [Resource Graph tables](#resource-graph-tables). |
197197
|[limit](/azure/data-explorer/kusto/query/limitoperator) |[List all public IP addresses](../samples/starter.md#list-all-public-ip-addresses) |Synonym of `take`. Doesn't work with [Skip](./work-with-data.md#skipping-records). |
198-
|[mvexpand](/azure/data-explorer/kusto/query/mvexpandoperator) | | Legacy operator, use `mv-expand` instead. _RowLimit_ max of 400. The default is 128. |
199-
|[mv-expand](/azure/data-explorer/kusto/query/mvexpandoperator) |[List Azure Cosmos DB with specific write locations](../samples/advanced.md#list-azure-cosmos-db-with-specific-write-locations) |_RowLimit_ max of 400. The default is 128. Limit of 2 `mv-expand` in a single query.|
198+
|[mvexpand](/azure/data-explorer/kusto/query/mvexpandoperator) | | Legacy operator, use `mv-expand` instead. _RowLimit_ max of 2,000. The default is 128. |
199+
|[mv-expand](/azure/data-explorer/kusto/query/mvexpandoperator) |[List Azure Cosmos DB with specific write locations](../samples/advanced.md#list-azure-cosmos-db-with-specific-write-locations) |_RowLimit_ max of 2,000. The default is 128. Limit of 2 `mv-expand` in a single query.|
200200
|[order](/azure/data-explorer/kusto/query/orderoperator) |[List resources sorted by name](../samples/starter.md#list-resources-sorted-by-name) |Synonym of `sort` |
201201
|[parse](/azure/data-explorer/kusto/query/parseoperator) |[Get virtual networks and subnets of network interfaces](../samples/advanced.md#get-virtual-networks-and-subnets-of-network-interfaces) |It's optimal to access properties directly if they exist instead of using `parse`. |
202202
|[project](/azure/data-explorer/kusto/query/projectoperator) |[List resources sorted by name](../samples/starter.md#list-resources-sorted-by-name) | |

articles/machine-learning/concept-deep-learning-vs-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Companies use deep learning to perform text analysis to detect insider trading a
105105

106106
Artificial neural networks are formed by layers of connected nodes. Deep learning models use neural networks that have a large number of layers.
107107

108-
The following sections explore most popular artificial neural network typologies.
108+
The following sections explore most popular artificial neural network topologies.
109109

110110
### Feedforward neural network
111111

0 commit comments

Comments
 (0)