Skip to content

Commit 68ff21a

Browse files
authored
Merge pull request #283421 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 4c4356f + 7a621e3 commit 68ff21a

File tree

6 files changed

+30
-8
lines changed

6 files changed

+30
-8
lines changed

articles/active-directory-b2c/tenant-management-check-tenant-creation-permission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ As a *Global Administrator* in an Azure AD B2C tenant, you can restrict non-admi
4242

4343
1. Under **Manage**, select **User Settings**.
4444

45-
1. Under **Tenant creation**, select **Yes**.
45+
1. Under **Default user role permissions**, for **Restrict non-admin users from creating tenants**, select **Yes**.
4646

4747
1. At the top of the **User Settings** page, select **Save**.
4848

@@ -58,7 +58,7 @@ Before you create an Azure AD B2C tenant, make sure that you've the permission t
5858

5959
1. Under **Manage**, select **User Settings**.
6060

61-
1. Review your **Tenant Creation** setting. If the settings is set to **No**, then contact your administrator to assign the tenant creator role to you. The setting is greyed out if you're not an administrator in the tenant.
61+
1. Under **Default user role permissions**, review your **Restrict non-admin users from creating tenants** setting. If the setting is set to **No**, then contact your administrator to assign the tenant creator role to you. The setting is greyed out if you're not an administrator in the tenant.
6262

6363

6464
## Next steps

articles/ai-studio/how-to/deploy-models-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ author: msakande
2020

2121
In this article, you learn to create Azure OpenAI model deployments in Azure AI Studio.
2222

23-
Azure OpenAI service offers a diverse set of models with different capabilities and price points. When you deploy Azure OpenAI models in Azure AI Studio, you can consume the deployments, using prompt flow or another tool. Model availability varies by region. To learn more about the details of each model see [Azure OpenAI Service models](../../ai-services/openai/concepts/models.md).
23+
Azure OpenAI Service offers a diverse set of models with different capabilities and price points. When you deploy Azure OpenAI models in Azure AI Studio, you can consume the deployments, using prompt flow or another tool. Model availability varies by region. To learn more about the details of each model see [Azure OpenAI Service models](../../ai-services/openai/concepts/models.md).
2424

2525
To modify and interact with an Azure OpenAI model in the [Azure AI Studio](https://ai.azure.com) playground, first you need to deploy a base Azure OpenAI model to your project. Once the model is deployed and available in your project, you can consume its REST API endpoint as-is or customize further with your own data and other components (embeddings, indexes, and more).
2626

articles/event-hubs/event-hubs-faq.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ sections:
194194
answer: |
195195
[!INCLUDE [event-hubs-partition-count](./includes/event-hubs-partition-count.md)]
196196
197+
- question: |
198+
Can partition count be increased in the Standard tier of Event Hubs?
199+
answer: |
200+
No, it's not possible because partitions are immutable in the Standard tier. Dynamic addition of partitions is available only in premium and dedicated tiers of Event Hubs.
201+
197202
- name: Pricing
198203
questions:
199204
- question: |

articles/load-balancer/upgrade-basic-standard-with-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ PS C:\> Start-AzBasicLoadBalancerUpgrade -ResourceGroupName <loadBalancerRGName>
151151
Validate a completed migration by passing the Basic Load Balancer state file backup and the Standard Load Balancer name
152152

153153
```powershell
154-
PS C:\> Start-AzBasicLoadBalancerUpgrade -validateCompletedMigration -basicLoadBalancerStatePath C:\RecoveryBackups\State_mybasiclb_rg-basiclbrg_20220912T1740032148.json
154+
PS C:\> Start-AzBasicLoadBalancerUpgrade -validateCompletedMigration -StandardLoadBalancerName <newStandardLBName> -basicLoadBalancerStatePath C:\RecoveryBackups\State_mybasiclb_rg-basiclbrg_20220912T1740032148.json
155155
```
156156

157157
### Example: migrate multiple, related Load Balancers

articles/machine-learning/prompt-flow/how-to-monitor-generative-ai-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Model monitoring for generative AI applications (preview)
33
titleSuffix: Azure Machine Learning
44
description: Monitor the safety and quality of generative AI applications deployed to production on Azure Machine Learning.
55
services: machine-learning
6-
author: buchananwp
6+
author: s-polly
77
ms.author: scottpolly
88
ms.service: azure-machine-learning
99
ms.subservice: prompt-flow

articles/virtual-desktop/whats-new-insights.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: What's new in Azure Virtual Desktop Insights?
33
description: New features and product updates in Azure Virtual Desktop Insights.
4-
author: Heidilohr
4+
author: sipastak
55
ms.topic: release-notes
66
ms.date: 05/02/2024
7-
ms.author: helohr
7+
ms.author: sipastak
88
ms.custom: references_regions
99
---
1010
# What's new in Azure Virtual Desktop Insights?
@@ -19,7 +19,7 @@ The following table shows the latest available version of Azure Virtual Desktop
1919

2020
| Release | Latest version | Setup instructions |
2121
|---------|----------------|----------|
22-
| Public | 3.3.1 | [Use Azure Virtual Desktop Insights to monitor your deployment](insights.md) |
22+
| Public | 3.5.0 | [Use Azure Virtual Desktop Insights to monitor your deployment](insights.md) |
2323

2424
## How to read version numbers
2525

@@ -35,6 +35,23 @@ For example, a release with a version number of 1.2.31 is on the first major rel
3535

3636
When one of the numbers is increased, all numbers after it must change, too. One release has one version number. However, not all version numbers track releases. Patch numbers can be somewhat arbitrary, for example.
3737

38+
## Version 3.5.0
39+
40+
*Published: July 1, 2024*
41+
42+
In this update, we made the following change:
43+
44+
- Connection reliability tab now generally available.
45+
46+
## Version 3.4.0
47+
48+
*Published: May 13, 2024*
49+
50+
In this update, we made the following changes:
51+
52+
- Added HCI core count.
53+
- Updated reliability of users per core calculation.
54+
3855
## Version 3.3.1
3956

4057
*Published: April 29, 2024*

0 commit comments

Comments
 (0)