Skip to content

Commit 7eb3ce3

Browse files
Merge pull request #274118 from gpbrucato/main
Added descriptions for Resource types, deployment status, and Version.
2 parents 5c0cef5 + 26bac8d commit 7eb3ce3

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

articles/operator-5g-core/quickstart-monitor-deployment-status.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,27 @@ Azure Operator 5G Core Preview provides network function health check informatio
1616

1717
1. Sign in to the [Azure portal](https://portal.azure.com).
1818
1. Search for the Azure *operator 5G core* resource.
19-
1. Navigate to the Network Functions Inventory & Health Checks screen. This screen lists all resources, along with the resource group, cluster, resource type and deployment status.
19+
1. Navigate to the Network Functions Inventory & Health Checks screen. This screen lists all resources, along with the resource group, cluster, resource type, and deployment status.
20+
21+
Currently, the resource types supported are:
22+
- **AMF**: Access management function
23+
- **SMF**: Session management function
24+
- **UPF**: User plane function
25+
- **NRF**: Network repository function
26+
- **NSSF**: Network slice subnet function
27+
- **Cluster Services**: Cluster services contain the local PaaS components required to run workloads. These components are shared across all workloads running in the same cluster. For example, Redis, etcd, crds, istio, opa, otel, et cetera.
28+
- **Observability Services**: Observability services contain remote PaaS components, which can be shared across many workloads and across many clusters. For example, elastic, elastalert, alerta, jaeger, kibana, etc.
29+
30+
Deployment status has seven states:
31+
- Accepted
32+
- Provisioning
33+
- Updating
34+
- Running
35+
- Failed
36+
- Canceled
37+
- Deleting
38+
39+
The version value uses the following format: Two digit year, two digit month, dot, release build number. For example, 2405.0-31
2040

2141
:::image type="content" source="media/how-to-monitor-deployment-status/monitor-deployments.png" alt-text="screenshot displaying the Azure Operator 5G Core health check and network functions inventory. A column listing deployment status indicates the status of each resource deployed.":::
2242

0 commit comments

Comments
 (0)