Skip to content

Commit a5b7f07

Browse files
Merge pull request #216891 from James-Green-Microsoft/site-deletion
AP5GC site deletion
2 parents 1663d2e + 82b9eef commit a5b7f07

File tree

8 files changed

+60
-1
lines changed

8 files changed

+60
-1
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Delete sites
3+
titleSuffix: Azure Private 5G Core Preview
4+
description: This how-to guide shows how to delete sites in your private mobile network.
5+
author: James-Green-Microsoft
6+
ms.author: jamesgreen
7+
ms.service: private-5g-core
8+
ms.topic: how-to
9+
ms.date: 11/02/2022
10+
ms.custom: template-how-to
11+
---
12+
# Delete sites using the Azure portal
13+
14+
In this how-to guide, you'll learn how to delete one or more sites and associated ARM resources using the Azure portal. This includes resources created during site creation and network functions associated with the sites.
15+
16+
## Prerequisites
17+
18+
- You must already have a site, in your deployment, that you want to delete.
19+
- Ensure you can sign in to the Azure portal using an account with access to the active subscription you used to create your private mobile network. This account must have the built-in Contributor or Owner role at the subscription scope.
20+
21+
## Delete a single mobile network site and resources
22+
23+
You can delete an existing site in the Azure portal.
24+
25+
1. Sign in to the [Azure portal](https://portal.azure.com/).
26+
1. Search for and select the **Site** resource representing the private mobile network site that you want to delete.
27+
1. Select the **Delete** button.
28+
:::image type="content" source="media/delete-a-site/site-view-delete-button.png" alt-text="Screenshot of the Azure portal the delete button on the site overview.":::
29+
1. Review the list of resources that will be deleted.
30+
:::image type="content" source="media/delete-a-site/review-resources-delete.png" alt-text="Screenshot of the Azure portal showing the review resources tab for site deletion.":::
31+
1. If you want to proceed, type the name of the site and select **Delete**.
32+
:::image type="content" source="media/delete-a-site/confirm-delete.png" alt-text="Screenshot of the Azure portal showing the conformation window to delete a site.":::
33+
1. Confirm that you want to delete this site on the confirmation window by selecting **Delete**.
34+
35+
## Delete multiple mobile network sites and resources
36+
37+
You can delete your existing sites in the Azure portal.
38+
39+
1. Sign in to the [Azure portal](https://portal.azure.com/).
40+
1. Search for and select the **Network** containing the private mobile network sites that you want to delete.
41+
1. Select the **Sites** blade from the menu on the left side.
42+
1. Select the checkbox next to each of the sites that you want to delete.
43+
1. Select the **Delete** button at the top of the list.
44+
1. Review the list of resources that will be deleted.
45+
:::image type="content" source="media/delete-a-site/review-resources-multiple-delete.png" alt-text="Screenshot of the Azure portal showing the review resources tab for deletion of multiple sites.":::
46+
1. If you want to proceed, type "delete" and select **Delete**.
47+
1. Confirm that you want to delete these sites on the confirmation window by selecting **Delete**.
48+
49+
## Next steps
50+
51+
Deploy one or more new sites, if required.
52+
53+
- [Complete the prerequisite tasks for deploying a private mobile network](complete-private-mobile-network-prerequisites.md)
54+
- [Collect the required information for a site](collect-required-information-for-a-site.md)
55+
- [Create a site](create-a-site.md)

articles/private-5g-core/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ landingContent:
6262
url: create-a-site.md
6363
- text: Create a site - ARM template
6464
url: create-site-arm-template.md
65+
- text: Delete a site
66+
url: delete-a-site.md
6567
- text: Modify a packet core instance
6668
url: modify-packet-core.md
6769
- text: Upgrade a packet core instance - Azure portal
40 KB
Loading
25.4 KB
Loading
32.1 KB
Loading
62.7 KB
Loading

articles/private-5g-core/modify-packet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Each Azure Private 5G Core Preview site contains a packet core instance, which i
3232
> [!NOTE]
3333
> You can't update a packet core instance's **Technology type** or **Version** field.
3434
>
35-
> - To change the technology type, you'll need to delete the site and [recreate it](create-a-site.md). <!-- link to new site deletion section -->
35+
> - To change the technology type, you'll need to [delete the site](delete-a-site.md) and [recreate it](create-a-site.md).
3636
> - To change the version, [upgrade the packet core instance](upgrade-packet-core-azure-portal.md).
3737
3838

articles/private-5g-core/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ items:
6262
href: create-a-site.md
6363
- name: Create a site - ARM template
6464
href: create-site-arm-template.md
65+
- name: Delete a site
66+
href: delete-a-site.md
6567
- name: Packet core
6668
items:
6769
- name: Modify a packet core instance

0 commit comments

Comments
 (0)