Skip to content

Commit f02e3a6

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-fix
2 parents b8d22df + b1e9ae3 commit f02e3a6

23 files changed

+583
-42
lines changed

articles/azure-functions/functions-premium-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ These are the currently supported maximum scale-out values for a single plan in
262262
|Japan West| 100 | 20 |
263263
|Jio India West| 100 | 20 |
264264
|Korea Central| 100 | 20 |
265-
|Korea South| Not Available | 20 |
265+
|Korea South| 40 | 20 |
266266
|North Central US| 100 | 20 |
267267
|North Europe| 100 | 100 |
268268
|Norway East| 100 | 20 |

articles/azure-monitor/essentials/activity-log.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ For details on how to create a diagnostic setting, see [Create diagnostic settin
2525
> [!NOTE]
2626
> * Entries in the Activity Log are system generated and can't be changed or deleted.
2727
> * Entries in the Activity Log are representing control plane changes like a virtual machine restart, any non related entries should be written into [Azure Resource Logs](resource-logs.md)
28+
> * Entries in the Activity Log are typically a result of changes (create, update or delete operations) or an action having been initiated. Operations focused on reading details of a resource are not typically captured.
2829
2930
## Retention period
3031

@@ -277,6 +278,7 @@ If a log profile already exists, you first must remove the existing log profile,
277278
|enabled | Yes |True or False. Used to enable or disable the retention policy. If True, then the `days` parameter must be a value greater than zero.
278279
| categories |Yes |Space-separated list of event categories that should be collected. Possible values are Write, Delete, and Action. |
279280

281+
280282
---
281283

282284
### Data structure changes
@@ -309,3 +311,4 @@ Learn more about:
309311
* [Platform logs](./platform-logs-overview.md)
310312
* [Activity log event schema](activity-log-schema.md)
311313
* [Activity log insights](activity-log-insights.md)
314+

articles/azure-netapp-files/azure-netapp-files-resize-capacity-pools-or-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For information about monitoring a volume’s capacity, see [Monitor the capacit
2424
## Considerations
2525

2626
* Volume quotas are indexed against `maxfiles` limits. Once a volume has surpassed a `maxfiles` limit, you cannot reduce the volume size below the quota that corresponds to that `maxfiles` limit. For more information and specific limits, see [`maxfiles` limits](azure-netapp-files-resource-limits.md#maxfiles-limits-).
27-
* Capacity pools with Basic network features have a minimum size of 4 TiB. For capacity pools with Standard network features, the minimum size is 2 TiB. For more information, see [Resource limits](azure-netapp-files-resource-limits.md)
27+
* Capacity pools with Basic network features have a minimum size of 4 TiB. For capacity pools with Standard network features, the minimum size is 1 TiB. For more information, see [Resource limits](azure-netapp-files-resource-limits.md)
2828

2929
## Resize the capacity pool using the Azure portal
3030

articles/azure-netapp-files/azure-netapp-files-resource-limits.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following table describes resource limits for Azure NetApp Files:
3232
| Number of volumes per capacity pool | 500 | Yes |
3333
| Number of snapshots per volume | 255 | No |
3434
| Number of IPs in a virtual network (including immediately peered VNets) accessing volumes in an Azure NetApp Files hosting VNet | <ul><li>**Basic**: 1000</li><li>**Standard**: [Same standard limits as VMs](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-resource-manager-virtual-networking-limits)</li></ul> | No |
35-
| Minimum size of a single capacity pool | 2 TiB* | No |
35+
| Minimum size of a single capacity pool | 1 TiB* | No |
3636
| Maximum size of a single capacity pool | 1000 TiB | Yes |
3737
| Minimum size of a single regular volume | 100 GiB | No |
3838
| Maximum size of a single regular volume | 100 TiB | No |
@@ -54,7 +54,8 @@ The following table describes resource limits for Azure NetApp Files:
5454
| Maximum number of manual backups per volume per day | 5 | No |
5555
| Maximum number of volumes supported for cool access per subscription per region | 10 | Yes |
5656

57-
\* [!INCLUDE [Limitations for capacity pool minimum of 2 TiB](includes/2-tib-capacity-pool.md)]
57+
58+
\* [!INCLUDE [Limitations for capacity pool minimum of 1 TiB](includes/2-tib-capacity-pool.md)]
5859

5960
For more information, see [Capacity management FAQs](faq-capacity-management.md).
6061

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,22 @@ Creating a capacity pool enables you to create volumes within it.
2121

2222
## Before you begin
2323

24-
* You must have already [created a NetApp account](azure-netapp-files-create-netapp-account.md).
24+
* You must have already [created a NetApp account](azure-netapp-files-create-netapp-account.md).
2525
* If you are using Azure CLI, ensure that you are using the latest version. For more information, see [How to update the Azure CLI](/cli/azure/update-azure-cli).
2626
* If you are using PowerShell, ensure that you are using the latest version of the Az.NetAppFiles module. To update to the latest version, use the 'Update-Module Az.NetAppFiles' command. For more information, see [Update-Module](/powershell/module/powershellget/update-module).
2727
* If you are using the Azure REST API, ensure that you are specifying the latest version.
28+
* If this is your first time using a 1-TiB capacity pool, you must first register the feature:
29+
1. Register the feature:
30+
```azurepowershell-interactive
31+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANF1TiBPoolSize
32+
```
33+
2. Check the status of the feature registration:
34+
> [!NOTE]
35+
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing.
36+
```azurepowershell-interactive
37+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANF1TiBPoolSize
38+
```
39+
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
2840
2941
3042
## Steps
@@ -47,9 +59,10 @@ Creating a capacity pool enables you to create volumes within it.
4759
4860
* **Size**
4961
Specify the size of the capacity pool that you are purchasing.
50-
The minimum capacity pool size is 2 TiB. You can change the size of a capacity pool in 1-TiB increments.
51-
> [!NOTE]
52-
> You can only take advantage of the 2-TiB minimum if all the volumes in the capacity pool are using Standard network features. If any volume is using Basic network features, the minimum size is 4 TiB.
62+
The minimum capacity pool size is 1 TiB. You can change the size of a capacity pool in 1-TiB increments.
63+
64+
>[!NOTE]
65+
>[!INCLUDE [Limitations for capacity pool minimum of 1 TiB](includes/2-tib-capacity-pool.md)]
5366
5467
* **Enable cool access** *(for Standard service level only)*
5568
This option specifies whether volumes in the capacity pool will support cool access. This option is currently supported for the Standard service level only. For details about using this option, see [Manage Azure NetApp Files standard storage with cool access](manage-cool-access.md).

articles/azure-netapp-files/azure-netapp-files-understand-storage-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: overview
15-
ms.date: 02/23/2023
15+
ms.date: 07/27/2023
1616
ms.author: anfdocs
1717
---
1818
# Storage hierarchy of Azure NetApp Files

articles/azure-netapp-files/includes/2-tib-capacity-pool.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: include file
44
author: b-ahibbard
55
ms.service: azure-netapp-files
66
ms.topic: include
7-
ms.date: 02/22/2023
7+
ms.date: 11/27/2023
88
ms.author: anfdocs
99
ms.custom: include file
1010

@@ -13,4 +13,6 @@ ms.custom: include file
1313
# azure-netapp-files-resize-capacity-pools-or-volumes.md
1414
---
1515

16-
2-TiB capacity pool sizing is currently in preview. You can only take advantage of the 2-TiB minimum if all the volumes in the capacity pool are using Standard network features. If any volume is using Basic network features, the minimum size is 4 TiB.
16+
1-TiB capacity pool sizing is currently in preview. You can only take advantage of the 1-TiB minimum if all the volumes in the capacity pool are using Standard network features. The generally available minimum size for capacity pools with all volumes using Standard network features is 2 TiB. If any volume is using Basic network features, the minimum size is 4 TiB.
17+
18+
To use the 1-TiB minimum, you must first [register for the preview](../azure-netapp-files-set-up-capacity-pool.md#before-you-begin).

articles/azure-netapp-files/whats-new.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,22 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.custom: devx-track-linux
1515
ms.topic: overview
16-
ms.date: 11/08/2023
16+
ms.date: 11/27/2023
1717
ms.author: anfdocs
1818
---
1919

2020
# What's new in Azure NetApp Files
2121

2222
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
23-
23+
2424
## November 2023
2525

26+
* [Capacity pool enhancement:](azure-netapp-files-set-up-capacity-pool.md) New lower limits
27+
28+
* 2 TiB capacity pool: The 2 TiB lower limit for capacity pools using Standard network features is now generally available (GA).
29+
30+
* 1 TiB capacity pool: Azure NetApp Files now supports a lower limit of 1 TiB for capacity pool sizing with Standard network features. This feature is currently in preview.
31+
2632
* [Metrics enhancement: Throughput limits](azure-netapp-files-metrics.md#volumes)
2733

2834
Azure NetApp Files now supports a "throughput limit reached" metric for volumes. The metric is a Boolean value that denotes the volume is hitting its QoS limit. With this metric, you know whether or not to adjust volumes so they meet the specific needs of your workloads.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Teams Meeting Audio Conferencing
3+
titleSuffix: An Azure Communication Services how-to guide
4+
description: Use Azure Communication Services SDKs to retrieve Teams Meeting Audio Conferencing Details
5+
author: cnwankwo
6+
ms.author: cnwankwo
7+
ms.service: azure-communication-services
8+
ms.subservice: teams-interop
9+
ms.topic: how-to
10+
ms.date: 09/28/2023
11+
ms.custom: template-how-to
12+
---
13+
14+
15+
# Microsoft Teams Meeting Audio Conferencing
16+
In this article, you learn how to use Azure Communication Services Calling SDK to retrieve Microsoft Teams Meeting audio conferencing details. This functionality allows users who are already connected to a Microsoft Teams Meeting to be able to get the conference ID and dial in phone number associated with the meeting. At present, Teams audio conferencing feature returns a conference ID and only one dial-in toll or toll-free phone number depending on the priority assigned. In the future, Teams audio conferencing feature will return a collection of all toll and toll-free numbers, giving users control on what Teams meeting dial-in details to use
17+
18+
## Prerequisites
19+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
20+
- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
21+
- A user access token to enable the calling client. For more information, see [Create and manage access tokens](../../quickstarts/identity/access-tokens.md).
22+
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
23+
24+
[!INCLUDE [Audio Conferencing Client-side JavaScript](./includes/audio-conferencing/audio-conferencing-web.md)]
25+
26+
## Next steps
27+
- [Learn how to manage calls](./manage-calls.md)
28+
- [Learn how to manage video](./manage-video.md)
29+
- [Learn how to record calls](./record-calls.md)
30+
- [Learn how to transcribe calls](./call-transcription.md)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
ms.author: cnwankwo
3+
ms.service: azure-communication-services
4+
ms.topic: include
5+
ms.date: 09/28/2023
6+
---
7+
[!INCLUDE [Install SDK](../install-sdk/install-sdk-web.md)]
8+
9+
TeamsMeetingAudioConferencing is an extended feature of the core `Call` API. You first need to import calling Features from the Calling SDK:
10+
11+
```js
12+
import { Features} from "@azure/communication-calling";
13+
```
14+
15+
Then you can get the feature API object from the call instance:
16+
17+
```js
18+
const audioConferencingFeature = call.feature(Features.TeamsMeetingAudioConferencing);
19+
```
20+
21+
### Get the audio conferencing details of a meeting
22+
Use the following API, to get the audio conferencing details of a meeting
23+
```js
24+
try {
25+
const details: SDK.TeamsMeetingAudioConferencingDetails = audioConferencingFeature.getTeamsMeetingAudioConferencingDetails();
26+
console.log(`Microsoft Teams Meeting Conference Id: ${details.phoneConferenceId}`);
27+
details.phoneNumbers.forEach(dialInPhoneNumber => {
28+
if (dialInPhoneNumber.tollPhoneNumber) {
29+
console.log(`Dial-In Toll PhoneNumber: ${dialInPhoneNumber.tollPhoneNumber.phoneNumber}`);
30+
}
31+
else if (dialInPhoneNumber.tollFreePhoneNumber) {
32+
console.log(`Dial-In TollFree PhoneNumber: ${dialInPhoneNumber.tollFreePhoneNumber.phoneNumber}`);
33+
}
34+
})
35+
} catch (e) {
36+
console.error(e);
37+
}
38+
```

0 commit comments

Comments
 (0)