Skip to content

Commit c68ad46

Browse files
authored
Merge pull request #188924 from djrmetaswitch/final-fixes
Fixing links and restoring Fusion Core
2 parents 059b6ff + be5d120 commit c68ad46

File tree

10 files changed

+25
-18
lines changed

10 files changed

+25
-18
lines changed

articles/private-5g-core/collect-required-information-for-a-site.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ Collect all the values in the following table to define the packet core instance
4545
|Value |Field name in Azure portal |
4646
|---------|---------|
4747
|<p>The IP address for the packet core instance N2 signaling interface.</p><p>You identified this in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses) and it must match the value you used when deploying the AKS-HCI cluster.</p> |**N2 address (signaling)**
48-
|<p>The IP address for the packet core instance N3 interface.</p><p>You identified this in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses) and it must match the value you used when deploying the AKS-HCI cluster.</p> |**N3 address**|
4948
|<p>The network address of the access subnet in Classless Inter-Domain Routing (CIDR) notation.</p><p>You identified this in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses) and it must match the value you used when deploying the AKS-HCI cluster.</p> |**N2 subnet** and **N3 subnet**|
5049
|<p>The access subnet default gateway.</p><p>You identified this in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses) and it must match the value you used when deploying the AKS-HCI cluster.</p> |**N2 gateway** and **N3 gateway**|
51-
|The Tracking Area Codes the packet core instance must support, given as a comma-separated list. For example, *0001,0002*. |**Tracking area codes**|
5250

5351
## Collect data network values
5452

@@ -60,7 +58,6 @@ Collect all the values in the following table to define the packet core instance
6058
|Value |Field name in Azure portal |
6159
|---------|---------|
6260
|The name of the data network. |**Data network**|
63-
|<p>The IP address for the packet core instance N6 interface.</p><p>You identified this in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses) and it must match the value you used when deploying the AKS-HCI cluster.</p> |**N6 address**|
6461
|<p>The network address of the data subnet in CIDR notation.</p><p>You identified this in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses) and it must match the value you used when deploying the AKS-HCI cluster.</p> |**N6 subnet**|
6562
|<p>The data subnet default gateway.</p><p>You identified this in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses) and it must match the value you used when deploying the AKS-HCI cluster.</p> |**N6 gateway**|
6663
|<p>The network address of the subnet from which IP addresses must be allocated to User Equipment (UEs), given in CIDR notation. You identified this in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses).</p><p> The following example shows the network address format.</p><p>`198.51.100.0/24`</p><p>Note that the UE subnets aren't related to the access subnet.</p> |**UE IP subnet**|

articles/private-5g-core/configure-service-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this how-to guide, we'll configure a service using the Azure portal.
2828
In this step, you'll configure basic settings for your new service using the Azure portal.
2929

3030
1. Sign in to the Azure portal at [https://aka.ms/AP5GCPortal](https://aka.ms/AP5GCPortal).
31-
1. Search for and select the Mobile Network resource representing the private mobile network for which you want to configure a service.
31+
1. Search for and select the **Mobile Network** resource representing the private mobile network for which you want to configure a service.
3232
:::image type="content" source="media/mobile-network-search.png" alt-text="Screenshot of the Azure portal. It shows the results of a search for a Mobile Network resource.":::
3333
1. In the **Resource** menu, select **Services**.
3434

articles/private-5g-core/create-a-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ In this step, you'll create the **Mobile Network Site** resource representing th
7575

7676
## Next steps
7777

78-
If you haven't already done so, you should now design the policy control configuration for your private mobile network. This allows you to customize how your packet core instances apply Quality of Service (QoS) characteristics to traffic. You can also block or limit certain flows.
78+
If you haven't already done so, you should now design the policy control configuration for your private mobile network. This allows you to customize how your packet core instances apply quality of service (QoS) characteristics to traffic. You can also block or limit certain flows.
7979

8080
- [Learn more about designing the policy control configuration for your private mobile network](policy-control.md)

articles/private-5g-core/key-components-of-a-private-mobile-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following diagram shows the key resources you'll use to manage your private
3232

3333
- The *mobile network* resource represents the private mobile network as a whole.
3434
- Each *SIM* resource represents a physical SIM or eSIM. The physical SIMs and eSIMs are used by UEs that will be served by the private mobile network.
35-
- *SIM policy* resources are a key component of Azure Private 5G Core's customizable policy control, which allows you to provide flexible traffic handling. You can determine exactly how your packet core instance applies Quality of Service (QoS) characteristics to Service Data Flows (SDFs) to meet your deployment's needs. You can also use policy control to block or limit certain flows.
35+
- *SIM policy* resources are a key component of Azure Private 5G Core's customizable policy control, which allows you to provide flexible traffic handling. You can determine exactly how your packet core instance applies quality of service (QoS) characteristics to service data flows (SDFs) to meet your deployment's needs. You can also use policy control to block or limit certain flows.
3636

3737
Each SIM policy defines a set of policies and interoperability settings, which can each be assigned to a group of SIMs. You'll need to assign a SIM policy to a SIM before the UE using that SIM can access the private mobile network.
3838

-87.2 KB
Loading
Loading

articles/private-5g-core/private-5g-core-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Azure Private 5G Core allows you to use Azure to easily carry out the following
4848
The following diagram shows the network functions supported by a packet core instance. It also shows the interfaces these network functions use to interoperate with third-party components.
4949

5050
:::image type="complex" source="media/azure-private-5g-core/packet-core-architecture.png" alt-text="Packet core architecture diagram displaying each of the supported network functions and their interfaces.":::
51-
Diagram displaying the packet core architecture. The packet core includes the following network functions: the A M F, the S M F, the U P F, the U D R, the N R F, the P C F, the U D M, and the A U S F. The A M F communicates with 5G user equipment over the N1 interface. A G Node B provided by a Microsoft partner communicates with the A M F over the N2 interface and the U P F over the N3 interface. The U P F communicates with the data network over the N6 interface. Several network functions use the N A F interface to communicate with the Application Function, which is provided by a service provider or enterprise.
51+
Diagram displaying the packet core architecture. The packet core includes the following 5G network functions: the A M F, the S M F, the U P F, the U D R, the N R F, the P C F, the U D M, and the A U S F. The A M F communicates with 5G user equipment over the N1 interface. A G Node B provided by a Microsoft partner communicates with the A M F over the N2 interface and the U P F over the N3 interface. The U P F communicates with the data network over the N6 interface. Several network functions use the N A F interface to communicate with the Application Function, which is provided by a service provider or enterprise. When operating in 4G mode, the packet core includes S 11 I W F and M M E network functions. The S 11 I W F communicates with the M M E over the S 11 interface. An E Node B provided by a Microsoft partner communicates with the M M E over the S 1 M M E interface and the U P F over the S 1 U interface.
5252
:::image-end:::
5353

5454
## Why use Azure Private 5G Core?
@@ -117,4 +117,4 @@ Azure Private 5G Core includes and utilizes the following Azure services:
117117
## Next steps
118118

119119
- [Learn more about the key components of a private mobile network](key-components-of-a-private-mobile-network.md)
120-
- [Learn more about the prerequisites for deploying a private mobile network](complete-private-mobile-network-prerequisites.md)
120+
- [Learn more about the prerequisites for deploying a private mobile network](complete-private-mobile-network-prerequisites.md)

articles/private-5g-core/provision-sims-azure-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Prepare the JSON file using the information you collected for your SIMs in [Coll
6969
You'll now begin the SIM provisioning process through the Azure portal.
7070

7171
1. Sign in to the Azure portal at [https://aka.ms/AP5GCPortal](https://aka.ms/AP5GCPortal).
72-
1. Search for and select the Mobile Network resource representing the private mobile network for which you want to provision SIMs.
72+
1. Search for and select the **Mobile Network** resource representing the private mobile network for which you want to provision SIMs.
7373

7474
:::image type="content" source="media/mobile-network-search.png" alt-text="Screenshot of the Azure portal. It shows the results of a search for a Mobile Network resource.":::
7575

@@ -99,7 +99,7 @@ In this step, you'll enter provisioning values for your SIMs directly into the A
9999
:::image type="content" source="media/provision-sims-azure-portal/new-sim-resource.png" alt-text="Screenshot of the Azure portal showing the configuration a new SIM resource." lightbox="media/provision-sims-azure-portal/new-sim-resource.png":::
100100

101101
1. Repeat this entire step for any other SIMs that you want to provision.
102-
1. If you decided in [Prerequisites](#prerequisites) that you wanted to assign a SIM policy to any of your provisioned SIMs, move to [Optionally, assign a SIM policy](#optionally-assign-a-sim-policy). Otherwise, you've finished your provisioning.
102+
1. If you decided in [Prerequisites](#prerequisites) that you wanted to assign a SIM policy to any of your provisioned SIMs, move to [Assign a SIM policy](#assign-a-sim-policy). Otherwise, you've finished your provisioning.
103103

104104
## Provision SIMs using a JSON file
105105

@@ -117,13 +117,13 @@ In this step, you'll provision SIMs using a JSON file.
117117

118118
:::image type="content" source="media/provision-sims-azure-portal/sims-list.png" alt-text="Screenshot of the Azure portal. It shows a list of currently provisioned SIMs for a private mobile network." lightbox="media/provision-sims-azure-portal/sims-list.png":::
119119

120-
1. If you decided in [Prerequisites](#prerequisites) that you wanted to assign a SIM policy to any of your provisioned SIMs, move to [Optionally, assign a SIM policy](#optionally-assign-a-sim-policy). Otherwise, you've finished your provisioning.
120+
1. If you decided in [Prerequisites](#prerequisites) that you wanted to assign a SIM policy to any of your provisioned SIMs, move to [Assign a SIM policy](#assign-a-sim-policy). Otherwise, you've finished your provisioning.
121121

122-
## Optionally, assign a SIM policy
122+
## Assign a SIM policy
123123

124-
In this step, you'll assign a SIM policy to your SIMs. SIMs need an assigned SIM policy before they can use your private mobile network.
124+
In this step, you'll assign a SIM policy to your SIMs. SIMs need an assigned SIM policy before they can use your private mobile network. You can skip this step and come back to it later if you don't want the SIMs to be able to access the private mobile network straight away.
125125

126-
1. Search for and select the Mobile Network resource representing the private mobile network for which you want to provision SIMs.
126+
1. Search for and select the **Mobile Network** resource representing the private mobile network for which you want to provision SIMs.
127127

128128
:::image type="content" source="media/mobile-network-search.png" alt-text="Screenshot of the Azure portal. It shows the results of a search for a Mobile Network resource.":::
129129

@@ -139,7 +139,7 @@ In this step, you'll assign a SIM policy to your SIMs. SIMs need an assigned SIM
139139
1. The Azure portal will now begin deploying the configuration change. When the deployment is complete, select **Go to resource** (if you have assigned a SIM policy to a single SIM) or **Go to resource group** (if you have assigned a SIM policy to multiple SIMs).
140140

141141
- If you assigned a SIM policy to a single SIM, you'll be taken to that SIM resource. Check the **SIM policy** field in the **Management** section to confirm that the correct SIM policy has been assigned successfully.
142-
- If you assigned a SIM policy to multiple SIMs, you'll be taken to the resource group containing your private mobile network. Select the private Mobile Network resource, and then select **SIMs** in the resource menu. Check the **SIM policy** column in the SIMs list to confirm the correct SIM policy has been assigned to your chosen SIMs.
142+
- If you assigned a SIM policy to multiple SIMs, you'll be taken to the resource group containing your private mobile network. Select the **Mobile Network** resource, and then select **SIMs** in the resource menu. Check the **SIM policy** column in the SIMs list to confirm the correct SIM policy has been assigned to your chosen SIMs.
143143

144144
1. Repeat this step for any other SIM policies you want to assign to SIMs.
145145

articles/private-5g-core/security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Azure Private 5G Core consists of two main components that interact with each ot
2020

2121
## Secure platform
2222

23-
Azure Private 5G Core requires deployment of packet core instances onto a secure platform, Azure Stack Edge. For more information on Azure Stack Edge security, see [Azure Stack Edge security and data protection](/databox-online/azure-stack-edge-security).
23+
Azure Private 5G Core requires deployment of packet core instances onto a secure platform, Azure Stack Edge. For more information on Azure Stack Edge security, see [Azure Stack Edge security and data protection](../databox-online/azure-stack-edge-security.md).
2424

2525
## Encryption at rest
2626

27-
The Azure Private 5G Core service stores all data securely at rest, including SIM credentials. It provides [encryption of data at rest](/security/fundamentals/encryption-overview) using platform-managed encryption keys, managed by Microsoft.
27+
The Azure Private 5G Core service stores all data securely at rest, including SIM credentials. It provides [encryption of data at rest](../security/fundamentals/encryption-overview.md) using platform-managed encryption keys, managed by Microsoft.
2828

29-
Azure Private 5G Core packet core instances are deployed on Azure Stack Edge devices, which handle [protection of data](/databox-online/azure-stack-edge-security#protect-your-data).
29+
Azure Private 5G Core packet core instances are deployed on Azure Stack Edge devices, which handle [protection of data](../databox-online/azure-stack-edge-security.md#protect-your-data).
3030

3131
## Write-only SIM credentials
3232

articles/private-multi-access-edge-compute-mec/TOC.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
items:
1919
- name: Deploy Affirmed Private Network Service on Azure
2020
href: deploy-affirmed-private-network-service-solution.md
21+
- name: Edge connectivity using Metaswitch 5G Fusion Core
22+
items:
23+
- name: Overview
24+
items:
25+
- name: What is Fusion Core?
26+
href: metaswitch-fusion-core-overview.md
27+
- name: How-to guides
28+
items:
29+
- name: Deploy Fusion Core on Azure Stack Edge
30+
href: deploy-metaswitch-fusion-core-solution.md
2131
- name: Related
2232
items:
2333
- name: Azure Network Function Manager

0 commit comments

Comments
 (0)