QT-DevOps / AzureIssues

This repository is for questions
8 stars 27 forks source link

Issue while creating AKS cluster form CLI and Console #32

Closed kishoregudidha closed 4 years ago

kishoregudidha commented 5 years ago

Hi, Please help me on below issue. I am trying to create AKS cluster form command line and console , but unfortunately i could not fix the issue . I am getting below error when i executed .

CMD what i passed :

az aks create \

--resource-group myResourceGroup \
--name TESTAKSCluster \
--node-count 2 \
--generate-ssh-keys \
--attach-acr kishore123

ERROR:

Deployment failed. Correlation ID: 68a6e3ef-d15a-485e-ba29-899f79de3e37. Reconcile standard load balancer failed. Details: standardLoadBalancerReconciler retry failed: Code="MissingSubscriptionRegistration" Message="The subscription is not registered to use namespace 'Microsoft.Network'. See https://aka.ms/rps-not-found for how to register subscriptions." Details=[{"code":"MissingSubscriptionRegistration","message":"The subscription is not registered to use namespace 'Microsoft.Network'. See https://aka.ms/rps-not-found for how to register subscriptions.","target":"Microsoft.Network"}].

Thanks, Kishore.g

Abbanapuri commented 4 years ago

please upgrade subscription to pay as you go or else create new account