Bereitstellen von Azure Operator 5G Core Preview Observability Services
Verwenden Sie die folgenden Azure CLI-Befehle, um Observability-Ressourcen für Azure Operator 5G Core Preview bereitzustellen.
Wichtig
Sie müssen die ClusterServices-Ressource bereitstellen, bevor Sie die Observability-Dienste bereitstellen.
Bereitstellung von Beobachtbarkeit
$ export resourceGroupName <Name of resource group>
$ export templateFile <Path to bicep scripts>
$ export resourceName <Choose name for the AO5GC resource – note the same resourceName should be used for clusterServices and all associated NFs>
$ export location <Azure region where resources are deployed>
$ export templateParamsFile <Path to bicep script parameters file>
$ az deployment group create
--resource-group $resourceGroupName \
--template-file $templateFile \
--parameters resourceName=$resourceName \
--parameters locationName=$location \
--parameters $templateParamsFile
-- verbose