Skip to content

Commit b0d79fd

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into updatedUltraNumbers
2 parents d23bda7 + 3d3a9d3 commit b0d79fd

File tree

8 files changed

+15
-11
lines changed

8 files changed

+15
-11
lines changed

articles/communication-services/quickstarts/telephony/get-phone-number.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Quickstart - Get and manage phone numbers using Azure Communication Services
3-
description: Learn how to manage phone numbers using Azure Communication Services
3+
description: Learn how to manage phone numbers using Azure Communication Services.
44
author: prakulka
55
manager: nmurav
66
services: azure-communication-services
@@ -10,7 +10,7 @@ ms.topic: quickstart
1010
ms.service: azure-communication-services
1111
ms.subservice: pstn
1212
ms.custom: references_regions, mode-other, devx-track-extended-java, devx-track-js, devx-track-python
13-
zone_pivot_groups: acs-azcli-azp-java-net-python-csharp-js
13+
zone_pivot_groups: acs-azcli-azp-azpnew-java-net-python-csharp-js
1414
---
1515

1616
# Quickstart: Get and manage phone numbers
@@ -27,6 +27,10 @@ zone_pivot_groups: acs-azcli-azp-java-net-python-csharp-js
2727
[!INCLUDE [Azure portal](./includes/phone-numbers-portal.md)]
2828
::: zone-end
2929

30+
::: zone pivot="platform-azp-new"
31+
[!INCLUDE [Azure portal (new)](./includes/phone-numbers-portal-new.md)]
32+
::: zone-end
33+
3034
::: zone pivot="programming-language-csharp"
3135
[!INCLUDE [Azure portal](./includes/phone-numbers-net.md)]
3236
::: zone-end
@@ -47,9 +51,9 @@ zone_pivot_groups: acs-azcli-azp-java-net-python-csharp-js
4751

4852
Common Questions and Issues:
4953

50-
- When a phone number is released, the phone number will not be released or able to be repurchased until the end of the billing cycle.
54+
- When a phone number is released, the phone number shows up in your ACS resource on Azure Portal until the end of the billing cycle. It also can't be repurchased until the end of the billing cycle.
5155

52-
- When a Communication Services resource is deleted, the phone numbers associated with that resource will be automatically released at the same time.
56+
- When a Communication Services resource is deleted, the phone numbers associated with that resource are automatically released at the same time.
5357

5458
## Next steps
5559

articles/reliability/reliability-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Reliability in Azure App Service
33
description: Find out about reliability in Azure App Service
44
author: anaharris-ms
5-
ms.author: anaharris
5+
ms.author: csudrisforresiliency
66
ms.topic: overview
77
ms.custom: subject-reliability
88
ms.service: app-service

articles/reliability/reliability-image-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Reliability in Azure Image Builder
33
description: Find out about reliability in Azure Image Builder
44
author: ericd-mst-github
5-
ms.author: kofiforson
5+
ms.author: csudrisforresiliency
66
ms.topic: overview
77
ms.custom: subject-reliability
88
ms.service: virtual-machines

articles/reliability/reliability-load-balancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Reliability in Azure Load Balancer
33
description: Find out about reliability in Azure Load Balancer
44
author: anaharris-ms
5-
ms.author: mbender
5+
ms.author: csudrisforresiliency
66
ms.topic: conceptual
77
ms.custom: references_regions, subject-reliability
88
ms.service: load-balancer

articles/reliability/reliability-traffic-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Reliability in Azure Traffic Manager
33
description: Learn about reliability in Azure Traffic Manager.
44
author: anaharris-ms
5-
ms.author: anaharris
5+
ms.author: csudrisforresiliency
66
ms.topic: overview
77
ms.custom: subject-reliability, references-regions
88
ms.service: traffic-manager

articles/reliability/reliability-virtual-machine-scale-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Reliability in Azure Virtual Machine Scale Sets
33
description: Learn about reliability in Azure Virtual Machine Scale Sets.
44
author: anaharris-ms
5-
ms.author: anaharris
5+
ms.author: csudrisforresiliency
66
ms.topic: overview
77
ms.custom: subject-reliability
88
ms.service: virtual-machine-scale-sets

articles/reliability/reliability-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Reliability in Azure Virtual Machines
33
description: Find out about reliability in Azure Virtual Machines
44
author: ericd-mst-github
5-
ms.author: erd
5+
ms.author: csudrisforresiliency
66
ms.topic: overview
77
ms.custom: subject-reliability
88
ms.service: virtual-machines

articles/storage/files/storage-files-how-to-mount-nfs-shares.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You have now mounted your NFS share.
8383
If you want the NFS file share to automatically mount every time the Linux server or VM boots, create a record in the **/etc/fstab** file for your Azure file share. Replace `YourStorageAccountName` and `FileShareName` with your information.
8484

8585
```bash
86-
<YourStorageAccountName>.file.core.windows.net:/<YourStorageAccountName>/<FileShareName> /media/<YourStorageAccountName>/<FileShareName> nfs vers=4,minorversion=1,sec=sys 0 0
86+
<YourStorageAccountName>.file.core.windows.net:/<YourStorageAccountName>/<FileShareName> /media/<YourStorageAccountName>/<FileShareName> nfs _netdev,nofail,vers=4,minorversion=1,sec=sys 0 0
8787
```
8888

8989
For more information, enter the command `man fstab` from the Linux command line.

0 commit comments

Comments
 (0)