Skip to content

Commit 5610582

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 5f92656 + dec42d3 commit 5610582

File tree

94 files changed

+542
-1616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+542
-1616
lines changed

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

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how App Service plans work in Azure App Service, how they're
44
keywords: app service, azure app service, scale, scalable, scalability, app service plan, app service cost
55
ms.assetid: dea3f41e-cf35-481b-a6bc-33d7fc9d01b1
66
ms.topic: article
7-
ms.date: 08/21/2024
7+
ms.date: 02/28/2025
88
ms.author: msangapu
99
author: msangapu-msft
1010
ms.custom: UpdateFrequency3
@@ -105,24 +105,11 @@ If your app is in the same App Service plan with other apps, you may want to imp
105105

106106
## Should I put an app in a new plan or an existing plan?
107107

108-
Since you pay for the computing resources your App Service plan allocates (see [How much does my App Service plan cost?](#cost)), you can potentially save money by putting multiple apps into one App Service plan. You can continue to add apps to an existing plan as long as the plan has enough resources to handle the load. However, keep in mind that apps in the same App Service plan all share the same compute resources. To determine whether the new app has the necessary resources, you need to understand the capacity of the existing App Service plan, and the expected load for the new app. Overloading an App Service plan can potentially cause downtime for your new and existing apps.
108+
Since you pay for the computing resources your App Service plan allocates (see [How much does my App Service plan cost?](#cost)), you can potentially save money by putting multiple apps into one App Service plan. You can continue to add apps to an existing plan as long as the plan has enough resources to handle the load. However, keep in mind that apps in the same App Service plan all share the same compute resources. To determine whether the new app has the necessary resources, you need to understand the capacity of the existing App Service plan, and the expected load for the new app. Overloading an App Service plan can potentially cause downtime for your new and existing apps. You can find more comparisons between plans at [App Service limits](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-app-service-limits).
109109

110110
Isolate your app into a new App Service plan when:
111111

112-
- The app is resource-intensive. The number may actually be lower depending on how resource intensive the hosted applications are. However, for general guidance, refer to the table below:
113-
114-
| App Service Plan SKU | Maximum Apps |
115-
|--|--|
116-
| B1, S1, P1v2, I1v1 | 8 |
117-
| B2, S2, P2v2, I2v1 | 16 |
118-
| B3, S3, P3v2, I3v1 | 32 |
119-
| P0v3 | 8 |
120-
| P1v3, I1v2 | 16 |
121-
| P2v3, I2v2, P1mv3 | 32 |
122-
| P3v3, I3v2, P2mv3 | 64 |
123-
| I4v2, I5v2, I6v2 | Maximum density bound by vCPU usage |
124-
| P3mv3, P4mv3, P5mv3 | Maximum density bound by vCPU usage |
125-
112+
- The app is resource-intensive.
126113
- You want to scale the app independently from the other apps in the existing plan.
127114
- The app needs resources in a different geographical region.
128115

articles/app-service/overview-local-cache.md

Lines changed: 77 additions & 68 deletions
Large diffs are not rendered by default.

articles/azure-netapp-files/azure-netapp-files-network-topologies.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: ram-kakani
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 12/05/2024
8+
ms.date: 02/28/2025
99
ms.author: ramakk
1010
ms.custom: references_regions
1111
---
@@ -40,15 +40,16 @@ The following table describes what’s supported for each network features confi
4040
| Number of IPs in a VNet (including immediately peered VNets) accessing volumes in an Azure NetApp Files hosting VNet | [Same standard limits as virtual machines (VMs)](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-resource-manager-virtual-networking-limits) | 1000 |
4141
| Azure NetApp Files delegated subnets per VNet | 1 | 1 |
4242
| [Network Security Groups](../virtual-network/network-security-groups-overview.md) (NSGs) on Azure NetApp Files delegated subnets | Yes | No |
43+
| NSG support for private endpoints | Yes* | No |
4344
| [User-defined routes](../virtual-network/virtual-networks-udr-overview.md#user-defined) (UDRs) on Azure NetApp Files delegated subnets | Yes | No |
44-
| Connectivity to [Private Endpoints](../private-link/private-endpoint-overview.md) | Yes* | No |
45+
| Connectivity to [Private Endpoints](../private-link/private-endpoint-overview.md) | Yes | No |
4546
| Connectivity to [Service Endpoints](../virtual-network/virtual-network-service-endpoints-overview.md) | Yes | No |
4647
| Azure policies (for example, custom naming policies) on the Azure NetApp Files interface | No | No |
4748
| Load balancers for Azure NetApp Files traffic | No | No |
4849
| Dual stack (IPv4 and IPv6) VNet | No <br> (IPv4 only supported) | No <br> (IPv4 only supported) |
4950
| Traffic routed via NVA from peered VNet | Yes | No |
5051

51-
\* Applying Azure network security groups on the private link subnet to Azure Key Vault isn't supported for Azure NetApp Files customer-managed keys. Network security groups don't affect connectivity to Private Link unless Private endpoint network policy is enabled on the subnet. It's recommended to keep this option disabled.
52+
\* This feature is currently in preview in all regions where Azure NetApp Files is supported. For guidance on configuring NSG policies for private endpoints, see [Manage network policies for private endpoints](../private-link/disable-private-endpoint-network-policy.md).
5253

5354
### Supported network topologies
5455

articles/azure-netapp-files/configure-network-features.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,22 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 02/07/2025
8+
ms.date: 02/28/2025
99
ms.custom: references_regions
1010
ms.author: anfdocs
1111
---
1212
# Configure network features for an Azure NetApp Files volume
1313

1414
The **Network Features** functionality enables you to indicate whether you want to use VNet features for an Azure NetApp Files volume. With this functionality, you can set the option to ***Standard*** or ***Basic***. You can specify the setting when you create a new NFS, SMB, or dual-protocol volume. You can also modify the network features option on existing volumes. See [Guidelines for Azure NetApp Files network planning](azure-netapp-files-network-topologies.md) for details about network features.
1515

16-
This article helps you understand the options and shows you how to configure network features.
17-
1816
## Options for network features
1917

2018
Two settings are available for network features:
2119

2220
* ***Standard***
2321
This setting enables VNet features for the volume.
2422

25-
If you need higher IP limits or VNet features such as [network security groups](../virtual-network/network-security-groups-overview.md), [user-defined routes](../virtual-network/virtual-networks-udr-overview.md#user-defined), or additional connectivity patterns, you should set **Network Features** to *Standard*.
23+
If you need higher IP limits or VNet features such as [network security groups (NSGs)](../virtual-network/network-security-groups-overview.md), [user-defined routes](../virtual-network/virtual-networks-udr-overview.md#user-defined), or additional connectivity patterns, you should set **Network Features** to *Standard*.
2624

2725
* ***Basic***
2826
This setting provides reduced IP limits (<1000) and no additional VNet features for the volumes.

articles/azure-netapp-files/manage-availability-zone-volume-placement.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.custom: devx-track-terraform
88
ms.topic: how-to
9-
ms.date: 12/17/2024
9+
ms.date: 02/05/2025
1010
ms.author: anfdocs
1111
---
1212
# Manage availability zone volume placement for Azure NetApp Files
@@ -123,18 +123,20 @@ If you're using a custom RBAC role or the [built-in Contributor role](../role-ba
123123
"properties": {
124124
"roleName": ""
125125
"description": ""
126-
"assignableScopes": ["/subscription/<subscriptionID>"
127-
],
126+
"assignableScopes": ["/subscription/<subscriptionID>"],
128127
},
129128
"permissions": [
130-
{
131-
"actions": [
132-
"Microsoft.NetApp/locations/*",
133-
"Microsoft.NetApp/netAppAccounts/read",
134-
"Microsoft.NetApp/netAppAccounts/renewCredentials/action",
135-
"Microsoft.NetApp/netAppAccounts/capacityPools/read",
136-
]
137-
}]
129+
{
130+
"actions": [
131+
"Microsoft.NetApp/locations/*",
132+
"Microsoft.NetApp/netAppAccounts/read",
133+
"Microsoft.NetApp/netAppAccounts/renewCredentials/action",
134+
"Microsoft.NetApp/netAppAccounts/capacityPools/read",
135+
],
136+
"notActions": [],
137+
"dataActions": [],
138+
"notDataActions": []
139+
}]
138140
}
139141
```
140142

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 02/11/2025
9+
ms.date: 02/28/2025
1010
ms.author: anfdocs
1111
---
1212

@@ -16,6 +16,10 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
1616

1717
## February 2025
1818

19+
* [Network security group (NSG) support for private link connectivity](azure-netapp-files-network-topologies.md) (Preview)
20+
21+
Azure NetApp Files now supports private links with NSGs in all regions. This feature enables you to apply NSG policies to private link endpoints, enhancing the security of your workload deployments.
22+
1923
* [New volume usage metric](azure-netapp-files-metrics.md#volumes): volume inodes percentage
2024

2125
Azure NetApp Files metrics now enable you to see the percentage of a volume's total [inodes](maxfiles-concept.md) consumed.

articles/bastion/bastion-faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ At this time, for most address spaces, you must add a subnet named **AzureBastio
6868

6969
### <a name="write-permissions"></a>Are special permissions required to deploy Bastion to the AzureBastionSubnet?
7070

71-
To deploy Bastion to the AzureBastionSubnet, write permissions are required. Example: **Microsoft.Network/virtualNetworks/write**.
71+
To deploy Bastion to the AzureBastionSubnet, the following RBAC permissions are required: **Microsoft.Network/virtualNetworks/write**,**Microsoft.Network/virtualNetworks/subnets/join/action**, and
72+
**Microsoft.Network/publicIPAddresses**
7273

7374
### <a name="subnet"></a>Can I have an Azure Bastion subnet of size /27 or smaller (/28, /29, etc.)?
7475

articles/cloud-services/cloud-services-application-and-service-availability-faq.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ metadata:
1111
ms.custom: compute-evergreen
1212
title: 'Application and service availability issues for Azure Cloud Services (classic): Frequently asked questions (FAQs)'
1313
summary: |
14-
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
15-
16-
This article includes frequently asked questions about application and service availability issues for [Microsoft Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). You can also consult the [Cloud Services Virtual Machine (VM) Size page](cloud-services-sizes-specs.md) for size information.
17-
18-
19-
14+
This article includes frequently asked questions about application and service availability issues for [Microsoft Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). You can also consult the [Cloud Services Virtual Machine (VM) Size page](cloud-services-sizes-specs.md) for size information.
2015
2116
sections:
2217
- name: Ignored

articles/cloud-services/cloud-services-configuration-and-management-faq.yml

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -12,57 +12,7 @@ metadata:
1212
ms.custom: compute-evergreen
1313
title: 'Configuration and management issues for Azure Cloud Services (classic): Frequently asked questions (FAQs)'
1414
summary: |
15-
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
16-
1715
This article includes frequently asked questions about configuration and management issues for [Microsoft Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). You can also consult the [Cloud Services Virtual Machine (VM) Size page](cloud-services-sizes-specs.md) for size information.
18-
19-
20-
21-
**Certificates**
22-
23-
- [Why is the certificate chain of my Cloud Service TLS/SSL certificate incomplete?](#why-is-the-certificate-chain-of-my-cloud-service-tls-ssl-certificate-incomplete-)
24-
- [What is the purpose of the "Microsoft Azure Tools Encryption Certificate for Extensions"?](#what-is-the-purpose-of-the--microsoft-azure-tools-encryption-certificate-for-extensions--)
25-
- [How can I generate a Certificate Signing Request (CSR) without "RDP-ing" in to the instance?](#how-can-i-generate-a-certificate-signing-request--csr--without--rdp-ing--in-to-the-instance-)
26-
- [My Cloud Service Management Certificate is expiring. How to renew it?](#my-cloud-service-management-certificate-is-expiring--how-to-renew-it-)
27-
- [How to automate the installation of main TLS/SSL certificate(.pfx) and intermediate certificate(.p7b)?](#how-to-automate-the-installation-of-main-tls-ssl-certificate--pfx--and-intermediate-certificate--p7b--)
28-
- [What is the purpose of the "Microsoft Azure Service Management for MachineKey" certificate?](#what-is-the-purpose-of-the--microsoft-azure-service-management-for-machinekey--certificate-)
29-
30-
**Monitoring and logging**
31-
32-
- [What are the upcoming Cloud Service capabilities in the Azure portal that can help manage and monitor applications?](#what-are-the-upcoming-cloud-service-capabilities-in-the-azure-portal-that-can-help-manage-and-monitor-applications-)
33-
- [Why does Internet Information Service (IIS) stop writing to the log directory?](#why-does-iis-stop-writing-to-the-log-directory-)
34-
- [How do I enable WAD logging for Cloud Services?](#how-do-i-enable-wad-logging-for-cloud-services-)
35-
36-
**Network configuration**
37-
38-
- [How do I set the idle timeout for Azure load balancer?](#how-do-i-set-the-idle-timeout-for-azure-load-balancer-)
39-
- [How do I associate a static IP address to my Cloud Service?](#how-do-i-associate-a-static-ip-address-to-my-cloud-service-)
40-
- [What are the features and capabilities that Azure basic IPS/IDS and DDOS provide?](#what-are-the-features-and-capabilities-that-azure-basic-ips-ids-and-ddos-provide-)
41-
- [How to enable HTTP/2 on Cloud Services VM?](#how-to-enable-http-2-on-cloud-services-vm-)
42-
43-
**Permissions**
44-
45-
- [Are Microsoft internal engineers able to remote desktop to Cloud Service instances without permission?](#can-microsoft-internal-engineers-remote-desktop-to-cloud-service-instances-without-permission-)
46-
- [I can't remote desktop to Cloud Service VM by using the RDP file. I get following error: An authentication error has occurred (Code: 0x80004005)](#i-can-t-remote-desktop-to-cloud-service-vm--by-using-the-rdp-file--i-get-following-error--an-authentication-error-has-occurred--code--0x80004005-)
47-
48-
**Scaling**
49-
50-
- [I can't scale beyond X instances](#i-can-t-scale-beyond-x-instances)
51-
- [How can I configure Auto-Scale based on Memory metrics?](#how-can-i-configure-auto-scale-based-on-memory-metrics-)
52-
53-
**Generic**
54-
55-
- [How do I add `nosniff` to my website?](#how-do-i-add--nosniff--to-my-website-)
56-
- [How do I customize IIS for a web role?](#how-do-i-customize-iis-for-a-web-role-)
57-
- [What is the quota limit for my Cloud Service?](#what-is-the-quota-limit-for-my-cloud-service-)
58-
- [Why does the drive on my Cloud Service VM show little free disk space?](#why-does-the-drive-on-my-cloud-service-vm-show-little-free-disk-space-)
59-
- [How can I add an Antimalware extension for my Cloud Services in an automated way?](#how-can-i-add-an-antimalware-extension-for-my-cloud-services-in-an-automated-way-)
60-
- [How to enable Server Name Indication (SNI) for Cloud Services?](#how-to-enable-server-name-indication--sni--for-cloud-services-)
61-
- [How can I add tags to my Azure Cloud Service?](#how-can-i-add-tags-to-my-azure-cloud-service--)
62-
- [The Azure portal doesn't display the SDK version of my Cloud Service. How can I get that?](#the-azure-portal-doesn-t-display-the-sdk-version-of-my-cloud-service--how-can-i-get-that-)
63-
- [I want to shut down the Cloud Service for several months. How to reduce the billing cost of Cloud Service without losing the IP address?](#i-want-to-shut-down-the-cloud-service-for-several-months--how-to-reduce-the-billing-cost-of-cloud-service-without-losing-the-ip-address-)
64-
65-
6616
6717
sections:
6818
- name: Certificates

articles/cloud-services/cloud-services-connectivity-and-networking-faq.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ metadata:
1111
ms.custom: compute-evergreen
1212
title: 'Connectivity and networking issues for Azure Cloud Services (classic): Frequently asked questions (FAQs)'
1313
summary: |
14-
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
15-
1614
This article includes frequently asked questions about connectivity and networking issues for [Azure Cloud Services](https://azure.microsoft.com/services/cloud-services). For size information, see the [Cloud Services Virtual Machine (VM) size page](cloud-services-sizes-specs.md).
17-
18-
19-
2015
2116
sections:
2217
- name: Ignored

0 commit comments

Comments
 (0)