You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above example assigns the name of the cluster resource group for the *myAKSCluster* in *myResourceGroup* to *CLUSTER_RESOURCE_GROUP*. The example then uses *CLUSTER_RESOURCE_GROUP* to list the scale set name and assign it to *SCALE_SET_NAME*.
43
43
44
-
> [!NOTE]
45
-
> SSH keys can currently only be added to Linux nodes using the Azure CLI. If you want to connect to a Windows Server node using SSH, use the SSH keys provided when you created the AKS cluster and skip the next set of commands for adding your SSH public key. You will still need the IP address of the node you wish to troubleshoot, which is shown in the final command of this section. Alternatively, you can [connect to Windows Server nodes using remote desktop protocol (RDP) connections][aks-windows-rdp] instead of using SSH.
44
+
> [!IMPORTANT]
45
+
> At this time, you should only update your SSH keys for your virtual machine scale set-based AKS clusters using the Azure CLI.
46
+
>
47
+
> For Linux nodes, SSH keys can currently only be added using the Azure CLI. If you want to connect to a Windows Server node using SSH, use the SSH keys provided when you created the AKS cluster and skip the next set of commands for adding your SSH public key. You will still need the IP address of the node you wish to troubleshoot, which is shown in the final command of this section. Alternatively, you can [connect to Windows Server nodes using remote desktop protocol (RDP) connections][aks-windows-rdp] instead of using SSH.
46
48
47
49
To add your SSH keys to the nodes in a virtual machine scale set, use the [az vmss extension set][az-vmss-extension-set] and [az vmss update-instances][az-vmss-update-instances] commands.
Copy file name to clipboardExpand all lines: articles/app-service/manage-scale-up.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This article shows you how to scale your app in Azure App Service. There are two
24
24
like dedicated virtual machines (VMs), custom domains and certificates, staging slots, autoscaling, and more. You scale up by changing the pricing tier of the
25
25
App Service plan that your app belongs to.
26
26
*[Scale out](https://en.wikipedia.org/wiki/Scalability#Horizontal_and_vertical_scaling): Increase the number of VM instances that run your app.
27
-
You can scale out to as many as 20 instances, depending on your pricing tier. [App Service Environments](environment/intro.md)
27
+
You can scale out to as many as 30 instances, depending on your pricing tier. [App Service Environments](environment/intro.md)
28
28
in **Isolated** tier further increases your scale-out count to 100 instances. For more information about scaling out, see
29
29
[Scale instance count manually or automatically](../monitoring-and-diagnostics/insights-how-to-scale.md). There, you find out how
30
30
to use autoscaling, which is to scale instance count automatically based on predefined rules and schedules.
Copy file name to clipboardExpand all lines: articles/application-gateway/create-web-app.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
---
2
-
title: Protect web apps with Azure Application Gateway - PowerShell
2
+
title: Configure App Service using PowerShell
3
+
titleSuffix: Azure Application Gateway
3
4
description: This article provides guidance on how to configure web apps as back end hosts on an existing or new application gateway.
4
5
services: application-gateway
5
6
author: vhorne
6
7
ms.service: application-gateway
7
8
ms.topic: article
8
-
ms.date: 10/16/2018
9
+
ms.date: 11/15/2019
9
10
ms.author: victorh
10
11
---
11
12
12
-
# Configure App Service with Application Gateway
13
+
# Configure App Service with Application Gateway using PowerShell
13
14
14
15
Application gateway allows you to have an App Service app or other multi-tenant service as a back-end pool member. In this article, you learn to configure an App Service app with Application Gateway. The first example shows you how to configure an existing application gateway to use a web app as a back-end pool member. The second example shows you how to create a new application gateway with a web app as a back-end pool member.
0 commit comments