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
Copy file name to clipboardExpand all lines: azure-stack/operator/app-service-remove.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,27 @@
1
1
---
2
2
title: Remove Azure App Service from Azure Stack Hub
3
-
description: Learn how to remove Azure App Service from Azure Stack Hub
4
-
author: apwestgarth
5
-
3
+
description: Learn how to remove Azure App Service from Azure Stack Hub.
4
+
author: sethmanheim
6
5
ms.topic: article
7
-
ms.date: 04/17/2020
8
-
ms.author: anwestg
6
+
ms.date: 08/12/2024
7
+
ms.author: sethm
9
8
ms.reviewer: anwestg
10
-
ms.lastreviewed: 04/17/20207
11
-
12
-
# Intent: Notdone: As a < type of user >, I want < what? > so that < why? >
13
-
# Keyword: Notdone: keyword noun phrase
9
+
ms.lastreviewed: 04/17/2020
14
10
15
11
---
16
12
17
13
# Remove Azure App Service from Azure Stack Hub
18
14
19
-
This article shows how to remove the Azure App Service resource provider and related components, from Azure Stack Hub.
15
+
This article describes how to remove the Azure App Service resource provider and related components from Azure Stack Hub.
20
16
21
17
## Remove resource provider
22
18
23
-
> [!Important]
24
-
> This operation will remove all tenant resources, remove the service and quotas from all plans and remove the Azure App Service resource provider in it's entirety. If you have deployed the App Service Highly Available File Server and SQL Server Quickstart template, these resources will also be removed as they are deployed in the same resource group as Azure App Service on Azure Stack Hub.
19
+
> [!IMPORTANT]
20
+
> This operation removes all tenant resources, removes the service and quotas from all plans, and removes the Azure App Service resource provider in its entirety. If you have deployed the App Service Highly Available File Server and SQL Server Quickstart template, these resources are also removed, as they are deployed in the same resource group as Azure App Service on Azure Stack Hub.
25
21
26
22
To remove Azure App Service from Azure Stack Hub, follow this one step:
27
23
28
-
1. Delete the Resource Group that holds the Azure App Service on Azure Stack Hub Resources, for exampleAppService.local
24
+
- Delete the resource group that holds the Azure App Service on Azure Stack Hub Resources; for example, **AppService.local**.
29
25
30
26
## Remove databases and file share content
31
27
@@ -51,7 +47,7 @@ You only need to follow this section if your SQL Server and/or File Server is de
51
47
DROPDATABASE [appservice_metering]
52
48
GO
53
49
54
-
DECLARE @sql NVARCHAR(MAX) = N'';
50
+
DECLARE @sql NVARCHAR(MAX) = N'';
55
51
56
52
SELECT @sql +='
57
53
DROP LOGIN ['+ name +'];'
@@ -69,7 +65,7 @@ You only need to follow this section if your SQL Server and/or File Server is de
69
65
70
66
### Remove the application file content from the file server
71
67
72
-
1.Remove the content fileshare from your file server.
68
+
Remove the content fileshare from your file server.
Copy file name to clipboardExpand all lines: azure-stack/operator/app-service-rotate-certificates.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Rotate App Service on Azure Stack Hub secrets and certificates
3
3
description: Learn how to rotate secrets and certificates used by Azure App Service on Azure Stack Hub.
4
-
author: apwestgarth
4
+
author: sethmanheim
5
5
ms.topic: article
6
-
ms.date: 04/09/2020
7
-
ms.author: anwestg
6
+
ms.date: 08/12/2024
7
+
ms.author: sethm
8
8
ms.reviewer: anwestg
9
9
ms.lastreviewed: 04/09/2020
10
10
@@ -17,7 +17,7 @@ ms.lastreviewed: 04/09/2020
17
17
18
18
These instructions only apply to Azure App Service on Azure Stack Hub. Rotation of Azure App Service on Azure Stack Hub secrets is not included in the centralized secret rotation procedure for Azure Stack Hub. Operators can monitor the validity of secrets within the system, the date on which they were last updated, and the time remaining until the secrets expire.
19
19
20
-
> [!Important]
20
+
> [!IMPORTANT]
21
21
> Operators won't receive alerts for secret expiration on the Azure Stack Hub dashboard as Azure App Service on Azure Stack Hub is not integrated with the Azure Stack Hub alerting service. Operators must regularly monitor their secrets using the Azure App Service on Azure Stack Hub administration experience in the Azure Stack Hub administrator portal.
22
22
23
23
This document contains the procedure for rotating the following secrets:
@@ -172,3 +172,7 @@ To rotate the system credentials used within Azure App Service on Azure Stack Hu
172
172
1. Specify a **new Local Admin User Name** and a new **Password**. Then confirm the **Password** and select **OK**.
173
173
174
174
1. The credential(s) are rotated as required throughout the corresponding Azure App Service on Azure Stack Hub role instance. Operators can check the status of the procedure using the **Status** button.
175
+
176
+
## Next steps
177
+
178
+
[Azure App Service on Azure Stack overview](azure-stack-app-service-overview.md)
description: Learn how to add public IP addresses to Azure Stack Hub.
3
+
description: Learn how to add public IP addresses to an Azure Stack Hub system.
4
4
author: sethmanheim
5
-
6
5
ms.topic: article
7
-
ms.date: 10/21/2022
6
+
ms.date: 08/12/2024
8
7
ms.author: sethm
9
8
ms.lastreviewed: 09/10/2019
10
9
@@ -15,40 +14,43 @@ ms.lastreviewed: 09/10/2019
15
14
16
15
# Add public IP addresses
17
16
18
-
In this article, we refer to external addresses as public IP addresses. In the context of Azure Stack Hub, a public IP address is an IP address that's accessible from outside of Azure Stack Hub. Whether that external network is public internet routable or is on an intranet and uses private address space doesn't matter for the purposes of this article, the steps are the same.
17
+
In this article, we refer to external addresses as public IP addresses. In the context of Azure Stack Hub, a public IP address is an IP address that's accessible from outside of Azure Stack Hub. Whether that external network is public internet routable or is on an intranet and uses private address space doesn't matter for the purposes of this article; the steps are the same.
19
18
20
-
While you can set up multiple IP pools, you won't be able to select which pool is used to allocate Public IP addresses. Azure Stack Hub treats all IP pools as one. IP addresses from any additional pools are allocated only after the IP addresses in existing pool(s) have been exhausted. When you create a network resource, you cannot pick a specific Public IP for assignment, but once assigned it can be made static.
19
+
While you can set up multiple IP pools, you can't select which pool is used to allocate public IP addresses. Azure Stack Hub treats all IP pools as one. IP addresses from any additional pools are allocated only after the IP addresses in existing pools are exhausted. When you create a network resource, you can't choose a specific public IP for assignment, but once assigned it can be made static.
21
20
22
21
> [!IMPORTANT]
23
22
> The steps in this article apply only to systems that were deployed using the partner toolkit version 1809 or later. Systems that were deployed before version 1809 require the top-of-rack (TOR) switch access control lists (ACLs) to be updated to PERMIT the new public VIP pool range. If you are running older switch configurations, work with your OEM to either add the appropriate PERMIT ACLs for the new public IP pool or reconfigure your switch using the latest partner toolkit to prevent the new public IP addresses from being blocked.
24
23
25
24
## Add a public IP address pool
26
-
You can add public IP addresses to your Azure Stack Hub system at any time after the initial deployment of the Azure Stack Hub system. The network size on this subnet for the new Public IP Pool can range from a minimum of /26 (64 hosts) to a maximum of /22 (1022 hosts). We recommend that you plan for a /24 network.
27
-
Check out how to [View public IP address consumption](azure-stack-viewing-public-ip-address-consumption.md) to see what the current usage and public IP address availability is on your Azure Stack Hub.
25
+
26
+
You can add public IP addresses to your Azure Stack Hub system at any time after the initial deployment of the Azure Stack Hub system. The network size on this subnet for the new public IP pool can range from a minimum of /26 (64 hosts) to a maximum of /22 (1022 hosts). We recommend that you plan for a /24 network.
27
+
28
+
See [how to view public IP address consumption](azure-stack-viewing-public-ip-address-consumption.md) to determine what the current usage and public IP address availability is on your Azure Stack Hub.
28
29
29
30
At a high level, the process of adding a new public IP address block to Azure Stack Hub looks like this:
30
31
31
-

32
+

32
33
33
34
## Obtain the address block from your provider
34
-
The first thing you'll need to do is to obtain the address block you want to add to Azure Stack Hub. Depending on where you obtain your address block from, consider what the lead time is and manage this against the rate at which you're consuming public IP addresses in Azure Stack Hub.
35
+
36
+
First, obtain the address block you want to add to Azure Stack Hub. Depending on where you obtain your address block from, consider what the lead time is and manage this against the rate at which you're consuming public IP addresses in Azure Stack Hub.
35
37
36
38
> [!IMPORTANT]
37
-
> Azure Stack Hub will accept any address block that you provide if it's a valid address block and doesn't overlap with an existing address range in Azure Stack Hub. Please make sure you obtain a valid address block that's routable and non-overlapping with the external network to which Azure Stack Hub is connected. After you add the range to Azure Stack Hub, you cannot remove it without the assistance of Microsoft Support. Only IP pools specified postdeployment can be removed. The IP pool range specified during deployment cannot be modified or removed; a redeployment of the stamp is required if the original IP pool range needs to be changed.
39
+
> Azure Stack Hub accepts any address block that you provide as long as it's a valid address block and doesn't overlap with an existing address range in Azure Stack Hub. Make sure you obtain a valid address block that's routable and doesn't overlap with the external network to which Azure Stack Hub is connected. After you add the range to Azure Stack Hub, you can't remove it without the assistance of Microsoft Support. Only IP pools specified post-deployment can be removed. The IP pool range specified during deployment cannot be modified or removed; a redeployment of the stamp is required if the original IP pool range needs to be changed.
38
40
39
41
## Add the IP address range to Azure Stack Hub
40
42
41
-
1. In a browser, go to your administrator portal dashboard. For this example, we'll use`https://adminportal.local.azurestack.external`.
42
-
2. Sign in to the Azure Stack Hub administrator portal as a cloud operator.
43
-
3. On the default dashboard, find the Region management list and select the region you want to manage. For this example, we use local.
44
-
4. Find the Resource providers tile and click on the network resource provider.
45
-
5. Click on the Public IP pools usage tile.
46
-
6. Click on the Add IP pool button.
47
-
7. Provide a name for the IP pool. The name you choose helps you easily identify the IP pool. You can't use a special character like "/" in this field. It's a good practice to make the name the same as the address range, but that isn't required.
48
-
8. Enter the address block you want to add in CIDR notation. For example: 192.168.203.0/24
49
-
9. When you provide a valid CIDR range in the Address range (CIDR block) field the Start IP address, End IP address and Available IP addresses fields will automatically populate. They're read-only and automatically generated so you can't change these fields without modifying the value in the Address range field.
50
-
10. After you review the info on the blade and confirm that everything looks correct, select **Ok** to commit the change and add the address range to Azure Stack Hub.
43
+
1. In a browser, go to your administrator portal dashboard. This example uses`https://adminportal.local.azurestack.external`.
44
+
1. Sign in to the Azure Stack Hub administrator portal as a cloud operator.
45
+
1. On the default dashboard, find the region management list and select the region you want to manage. This example uses **local**.
46
+
1. Find the **Resource providers** tile and select the network resource provider.
47
+
1. Select **Public IP pools usage**.
48
+
1. Select **Add IP pool**.
49
+
1. Provide a name for the IP pool. The name you choose helps you easily identify the IP pool. You can't use a special character like `/` in this field. It's a good practice to make the name the same as the address range, but that isn't required.
50
+
1. Enter the address block you want to add, in CIDR notation. For example, **192.168.203.0/24**.
51
+
1. When you provide a valid CIDR range in the address range (CIDR block) field, the **Start IP address**, **End IP address**, and **Available IP addresses** fields automatically populate. They're read-only so you can't change these fields without modifying the value in the **Address range** field.
52
+
1. After you review the info on the blade and confirm that everything looks correct, select **Ok** to commit the change and add the address range to Azure Stack Hub.
51
53
54
+
## Next steps
52
55
53
-
## Next steps
54
56
[Review scale unit node actions](azure-stack-node-actions.md).
0 commit comments