Skip to content

Commit 966ddac

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into justin-docs
2 parents e337166 + 6c69e7f commit 966ddac

28 files changed

+248
-73
lines changed

articles/app-service/configure-authentication-customize-sign-in-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The token format varies slightly according to the provider. See the following ta
6565
> [!NOTE]
6666
> The GitHub provider for App Service authentication does not support customized sign-in and sign-out.
6767
68-
If the provider token is validated successfully, the API returns with an `authenticationToken` in the response body, which is your session token.
68+
If the provider token is validated successfully, the API returns with an `authenticationToken` in the response body, which is your session token. To get more information on the user claims, see [Work with user identities in Azure App Service authentication](configure-authentication-user-identities.md).
6969

7070
```json
7171
{

articles/app-service/overview-hosting-plans.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The _pricing tier_ of an App Service plan determines what App Service features y
3232

3333
Each tier also provides a specific subset of App Service features. These features include custom domains and TLS/SSL certificates, autoscaling, deployment slots, backups, Traffic Manager integration, and more. The higher the tier, the more features that are available. To find out which features are supported in each pricing tier, see [App Service plan details](https://azure.microsoft.com/pricing/details/app-service/windows/#pricing).
3434

35+
You can find more comparisons between plans at [App Service limits](../azure-resource-manager/management/azure-subscription-service-limits.md#app-service-limits).
36+
3537
<a name="new-pricing-tier-premiumv3"></a>
3638

3739
## PremiumV3 pricing tier

articles/azure-resource-manager/management/resources-without-resource-group-limit.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ Some resources have a limit on the number instances per region. This limit is di
215215
* servers/jobAgents
216216
* virtualClusters
217217

218+
## Microsoft.SqlVirtualMachine
219+
220+
* sqlVirtualMachines
221+
218222
## Microsoft.Storage
219223

220224
* storageAccounts

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: chpalm
77
services: azure-communication-services
88

99
ms.author: micahvivion
10-
ms.date: 07/25/2024
10+
ms.date: 10/31/2024
1111
ms.topic: conceptual
1212
ms.service: azure-communication-services
1313
ms.subservice: calling
@@ -128,7 +128,6 @@ The following table represents the set of supported browsers, which are currentl
128128
- Firefox support is in public preview.
129129
- Currently, the calling SDK only supports Android System WebView on Android, iOS WebView(WKWebView) in public preview. Other types of embedded browsers or WebView on other OS platforms aren't officially supported, for example, GeckoView, Chromium Embedded Framework (CEF), Microsoft Edge WebView2. Running JavaScript Calling SDK on these platforms isn't actively tested, it might or might not work.
130130
- [An iOS app on Safari can't enumerate/select mic and speaker devices](../known-issues.md#enumerating-devices-isnt-possible-in-safari-when-the-application-runs-on-ios-or-ipados) (for example, Bluetooth). This issue is a limitation of iOS, and the operating system controls default device selection.
131-
- iOS Edge browser support is available in public preview in WebJS SDK version [1.30.1-beta.1](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1301-beta1-2024-10-01) and higher.
132131

133132
## Calling client - browser security model
134133

articles/confidential-computing/confidential-vm-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sections:
7373
On confidential VMs with a temp disk, the pagefile.sys file can be moved to the encrypted OS [Tips for moving pagefile.sys to the c:\ drive](/azure/virtual-machines/windows/change-drive-letter).
7474
7575
- question: |
76-
Can I generate a memory dump from within my confidential VM?
76+
Can I generate a host memory dump from within my confidential VM?
7777
answer: |
7878
No, this capability doesn't exist for confidential VMs.
7979

articles/firewall/index.yml

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ landingContent:
2929
links:
3030
- text: Azure Firewall rule processing logic
3131
url: rule-processing.md
32-
- text: Frequently asked questions
33-
url: firewall-faq.yml
3432
- linkListType: concept
3533
links:
3634
- text: Azure Firewall NAT behaviors
@@ -43,14 +41,7 @@ landingContent:
4341
links:
4442
- text: What's new
4543
url: https://azure.microsoft.com/updates/?category=networking&query=Firewall
46-
- linkListType: deploy
47-
links:
48-
- text: Provision and configure Azure Firewall and Application Gateway
49-
url: https://mslabs.cloudguides.com/en-us/guides/Azure%20Networking%20Solutions%20-%20Exercise%204
50-
- text: Secure your network infrastructure with Azure Firewall and Azure DDoS Protection
51-
url: https://mslearn.cloudguides.com/guides/Secure%20your%20network%20infrastructure%20with%20Azure%20Firewall%20and%20Azure%20DDoS%20Protection
52-
- text: Enhance network visibility and threat detection through Azure network security integrations with Microsoft Sentinel
53-
url: https://mslearn.cloudguides.com/guides/Enhance%20network%20visibility%20and%20threat%20detection%20through%20Azure%20network%20security%20integrations%20with%20Microsoft%20Sentinel
44+
5445

5546
# Card
5647
- title: Learn about Azure Firewall Premium
@@ -84,6 +75,24 @@ landingContent:
8475
links:
8576
- text: Deploy Firewall Basic
8677
url: deploy-firewall-basic-portal-policy.md
78+
- linkListType: deploy
79+
links:
80+
- text: Provision and configure Azure Firewall and Application Gateway
81+
url: https://mslabs.cloudguides.com/en-us/guides/Azure%20Networking%20Solutions%20-%20Exercise%204
82+
- text: Secure your network infrastructure with Azure Firewall and Azure DDoS Protection
83+
url: https://mslearn.cloudguides.com/guides/Secure%20your%20network%20infrastructure%20with%20Azure%20Firewall%20and%20Azure%20DDoS%20Protection
84+
- text: Enhance network visibility and threat detection through Azure network security integrations with Microsoft Sentinel
85+
url: https://mslearn.cloudguides.com/guides/Enhance%20network%20visibility%20and%20threat%20detection%20through%20Azure%20network%20security%20integrations%20with%20Microsoft%20Sentinel
86+
87+
# Card
88+
- title: Troubleshoot Azure Firewall
89+
linkLists:
90+
- linkListType: reference
91+
links:
92+
- text: Azure Firewall known issues and limitations
93+
url: firewall-known-issues.md
94+
- text: Frequently asked questions
95+
url: firewall-faq.yml
8796

8897
# Card
8998
- title: Learn about Azure Firewall integration in Copilot for Security

articles/operator-nexus/list-of-metrics-collected.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,10 @@ Baremetal server metrics are collected and delivered to Azure Monitor per minute
314314
|NodeNetworkTransmitPackets|Network|Node Network Transmited Packets|Count|Total number of packets transmitted by the node network interfaces. In the absence of data, this metric will retain the most recent value emitted|Device, Host|
315315
|NodeNetworkStatus|Network|Node Network Up|Count|Indicates the operational status of the nodes network interfaces. Value is 1 if operational state is 'up', 0 otherwise. In the absence of data, this metric will default to 0|Device, Host|
316316
|NodeNtpLeap|System|Node NTP Leap|Count|The raw leap flag value of the local NTP daemon. This indicates the status of leap seconds. Value is 0 if no adjustment is needed, 1 to add a leap second, 2 to delete a leap second, and 3 if the clock is unsynchronized. In the absence of data, this metric will retain the most recent value emitted|Host|
317-
|NodeNtpStratum|System|Node NTP Stratum|Count|The stratum level of the local NTP daemon. This indicates the distance from the reference clock, with lower numbers representing closer proximity and higher accuracy. Values range from 1 (directly connected to reference clock) to 15 (further away), with 16 indicating the clock is unsynchronized. In the absence of data, this metric will retain the most recent value emitted|Host|
317+
|NodeNtpRootDelaySeconds|System|Node NTP Root Delay Seconds|Seconds|Indicates the delay to synchronize with the root server. In the absence of data, this metric will retain the most recent value emitted|Host|
318+
|NodeNtpRtt (Deprecated)|System|Node NTP RTT|Seconds|Deprecated - Round-trip time from node exporter collector to local NTP daemon. In the absence of data, this metric will retain the most recent value emitted|Host|
318319
|NodeNtpSanity|System|Node NTP Sanity|Count|The aggregate health of the local NTP daemon. This includes checks for stratum, leap flag, freshness, root distance, and causality violations. Value is 1 if all checks pass, 0 otherwise. In the absence of data, this metric will retain the most recent value emitted|Host|
319-
|NodeNtpRtt|System|Node NTP RTT|Seconds|Round-trip time from node exporter collector to local NTP daemon. In the absence of data, this metric will retain the most recent value emitted|Host|
320+
|NodeNtpStratum|System|Node NTP Stratum|Count|The stratum level of the local NTP daemon. This indicates the distance from the reference clock, with lower numbers representing closer proximity and higher accuracy. Values range from 1 (directly connected to reference clock) to 15 (further away), with 16 indicating the clock is unsynchronized. In the absence of data, this metric will retain the most recent value emitted|Host|
320321
|NodeNvmeInfo|Disk|Node NVMe Info (Preview)|Count|Non-Volatile Memory express (NVMe) information, value is always 1. Provides state for a device. In the absence of data, this metric will default to 0|Device, State|
321322
|NodeOsInfo|System|Node OS Info|Count|Node OS information, value is always 1. Provides name and version for a device. In the absence of data, this metric will retain the most recent value emitted|Host, Name, Version|
322323
|NodeProcessState|System|Node Processes State|Count|The number of processes in each state. The possible states are D (UNINTERRUPTABLE_SLEEP), R (RUNNING & RUNNABLE), S (INTERRUPTABLE_SLEEP), T (STOPPED) and Z (ZOMBIE). In the absence of data, this metric will default to 0|Host, State|

articles/operator-nexus/troubleshoot-isolation-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshoot isolation domain failures, and learn how to debug fail
44
ms.service: azure-operator-nexus
55
ms.custom: troubleshooting
66
ms.topic: troubleshooting
7-
ms.date: 05/24/2023
7+
ms.date: 10/31/2024
88
ms.author: v-saambe
99
author: v-saambe
1010
---

articles/peering-service/location-partners.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Azure Peering Service locations and partners
3-
description: Learn about the available locations and partners globally for the Azure Peering Service.
3+
description: Learn about globally available Microsoft Azure Peering Service locations and partners (ISPs and IXPs).
44
author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-peering-service
77
ms.topic: concept-article
8-
ms.date: 10/28/2024
8+
ms.date: 10/31/2024
99
ms.custom: references_regions
1010
---
1111

@@ -48,8 +48,9 @@ The following table provides information on the Peering Service connectivity par
4848
| [Sejong Telecom](https://www.sejongtelecom.net/) | Asia |
4949
| [Singtel](https://www.singtel.com/business/campaign/singnet-cloud-connect-microsoft-direct) | Asia |
5050
| [Sunrise](https://www.sunrise.ch/business/en/home). | Europe |
51-
| [Swisscom](https://www.swisscom.ch/en/business/enterprise/offer/wireline/ip-plus.html) | Europe |
51+
| [Swisscom](https://www.swisscom.ch/en/business/enterprise/offer/wireline/ip-plus/) | Europe |
5252
| [Telstra International](https://www.telstra.com.sg/en/products/global-networks/global-internet/global-internet-direct) | Asia, Europe |
53+
| [TOKAI-NETWORK](https://www.broadline.ne.jp/en/) | Japan |
5354
| [Vocusgroup NZ](https://www.vocus.co.nz/microsoftazuredirectpeering/) | Oceania |
5455
| [Vodacom](https://www.vodacom.com/index.php) | Africa |
5556
| [Vodafone](https://www.vodafone.com/business/solutions/fixed-connectivity/internet-services#solutions) | Asia, Europe, North America |
@@ -69,7 +70,7 @@ The following table provides information on the Peering Service connectivity par
6970
| Cape Town | [CMC Networks](https://www.cmcnetworks.net/products/microsoft-azure-peering-services.html), [Liquid Telecom](https://liquidc2.com/connect/#maps) |
7071
| Dublin | [Vodafone](https://www.vodafone.com/business/solutions/fixed-connectivity/internet-services#solutions) |
7172
| Frankfurt | [Vodafone](https://www.vodafone.com/business/solutions/fixed-connectivity/internet-services#solutions), [Colt](https://www.colt.net/product/cloud-prioritisation/) |
72-
| Geneva | [Intercloud](https://www.intercloud.com/partners/microsoft-azure), [Swisscom](https://www.swisscom.ch/en/business/enterprise/offer/wireline/ip-plus.html), [Sunrise](https://www.sunrise.ch/business/en/home) |
73+
| Geneva | [Intercloud](https://www.intercloud.com/partners/microsoft-azure), [Swisscom](https://www.swisscom.ch/en/business/enterprise/offer/wireline/ip-plus/), [Sunrise](https://www.sunrise.ch/business/en/home) |
7374
| Hong Kong SAR | [Colt](https://www.colt.net/product/cloud-prioritisation/), [Singtel](https://www.singtel.com/business/campaign/singnet-cloud-connect-microsoft-direct), [Vodafone](https://www.vodafone.com/business/solutions/fixed-connectivity/internet-services#solutions) |
7475
| Jakarta | [NTT Communications](https://www.ntt.com/en/services/network/software-defined-network.html) |
7576
| Johannesburg | [CMC Networks](https://www.cmcnetworks.net/products/microsoft-azure-peering-services.html), [Liquid Telecom](https://liquidc2.com/connect/#maps) |
@@ -81,17 +82,17 @@ The following table provides information on the Peering Service connectivity par
8182
| Manila | [Converge ICT](https://www.convergeict.com/enterprise/microsoft-azure-peering-service-maps/) |
8283
| Marseilles | [Vodafone](https://www.vodafone.com/business/solutions/fixed-connectivity/internet-services#solutions) |
8384
| Nairobi | [Liquid Telecom](https://liquidc2.com/connect/#maps) |
84-
| Osaka | [Colt](https://www.colt.net/product/cloud-prioritisation/), [IIJ](https://www.iij.ad.jp/en/), [NTT Communications](https://www.ntt.com/en/services/network/software-defined-network.html) |
85+
| Osaka | [Colt](https://www.colt.net/product/cloud-prioritisation/), [IIJ](https://www.iij.ad.jp/en/), [NTT Communications](https://www.ntt.com/en/services/network/software-defined-network.html), [TOKAI-NETWORK](https://www.broadline.ne.jp/en/) |
8586
| Paris | [Vodafone](https://www.vodafone.com/business/solutions/fixed-connectivity/internet-services#solutions) |
8687
| Prague | [Vodafone](https://www.vodafone.com/business/solutions/fixed-connectivity/internet-services#solutions) |
8788
| Singapore | [Singtel](https://www.singtel.com/business/campaign/singnet-cloud-connect-microsoft-direct), [Colt](https://www.colt.net/product/cloud-prioritisation/), [Vodafone](https://www.vodafone.com/business/solutions/fixed-connectivity/internet-services#solutions) |
8889
| Seoul | [Sejong Telecom](https://www.sejongtelecom.net/) |
8990
| Sofia | [Vodafone](https://www.vodafone.com/business/solutions/fixed-connectivity/internet-services#solutions) |
9091
| Sydney | [Kordia](https://www.kordia.co.nz/cloudconnect), [Vocusgroup NZ](https://www.vocus.co.nz/microsoftazuredirectpeering/) |
91-
| Tokyo | [IIJ](https://www.iij.ad.jp/en/), [Colt](https://www.colt.net/product/cloud-prioritisation/), [NTT Communications](https://www.ntt.com/en/services/network/software-defined-network.html) |
92+
| Tokyo | [Colt](https://www.colt.net/product/cloud-prioritisation/), [IIJ](https://www.iij.ad.jp/en/), [NTT Communications](https://www.ntt.com/en/services/network/software-defined-network.html), [TOKAI-NETWORK](https://www.broadline.ne.jp/en/) |
9293
| Vienna | [Vodafone](https://www.vodafone.com/business/solutions/fixed-connectivity/internet-services#solutions) |
9394
| Warsaw | [Atman](https://www.atman.pl/en/atman-internet-maps/) |
94-
| Zurich | [Intercloud](https://www.intercloud.com/partners/microsoft-azure), [Swisscom](https://www.swisscom.ch/en/business/enterprise/offer/wireline/ip-plus.html), [Sunrise](https://www.sunrise.ch/business/en/home) |
95+
| Zurich | [Intercloud](https://www.intercloud.com/partners/microsoft-azure), [Swisscom](https://www.swisscom.ch/en/business/enterprise/offer/wireline/ip-plus/), [Sunrise](https://www.sunrise.ch/business/en/home) |
9596

9697
# [**IXPs by Metro**](#tab/ixp)
9798

articles/reliability/reliability-bastion.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Azure Bastion is a fully managed PaaS service that you provision to securely con
2525

2626
For production deployments, you should:
2727

28-
- Use standard or premium Azure Bastion resources. While the basic SKU supports zone redundancy, we don't recommend it for production use.
29-
- [Enable zone redundancy](#availability-zone-support) (in preview), if your Azure Bastion resources are in a supported region.
28+
- [Enable zone redundancy](#availability-zone-support), if your Azure Bastion resources are in a supported region.
3029

3130
## Transient faults
3231

@@ -42,28 +41,31 @@ You can specify which availability zone or zones an Azure Bastion resource shoul
4241

4342
:::image type="content" source="media/reliability-bastion/bastion-instances-zones.png" alt-text="Diagram that shows Azure Bastion with three instances, each in a separate availability zone." border="false":::
4443

45-
If you specify more availability zones than you have instances, Azure Bastion spreads instances across as many zones as it can. If an availability zone is unavailable, the instance in the faulty zone will be replaced with another instance in a healthy zone.
4644

4745
> [!NOTE]
48-
> Azure Bastion support for zone redundancy is currently in preview.
46+
> If you specify more availability zones than you have instances, Azure Bastion spreads instances across as many zones as it can. If an availability zone is unavailable, the instance in the faulty zone will be replaced with another instance in a healthy zone.
4947
5048
### Requirements
5149

5250
To configure Azure Bastion resources with zone redundancy you must deploy with the Basic, Standard, or Premium SKUs.
5351

5452
The Developer SKU is intended for non-production use. It doesn't support zone redundancy. However, in the event of a region failure, Azure Bastion attempts to route traffic through different infrastructure.
5553

54+
Bastion requires a Standard SKU zone redundant Public IP.
55+
5656
### Regions supported
5757

5858
Zone-redundant Azure Bastion resources can be deployed into the following regions:
5959

6060
| Americas | Europe | Middle East | Africa | Asia Pacific |
6161
|---|---|---|---|---|
6262
| Canada Central | North Europe | Qatar Central | South Africa North | Australia East |
63-
| Central US | Sweden Central | | |
63+
| Central US | Sweden Central | Israel Central | | Korea Central |
6464
| East US | UK South
6565
| East US 2 | West Europe | | |
66-
| West US 2 | | | |
66+
| West US 2 | Norway East | | |
67+
| East US 2 EUAP | Italy North | | |
68+
| Mexico Central| Spain Central | | |
6769

6870
### Cost
6971

0 commit comments

Comments
 (0)