Unable to create AKS

Hi,
Can anyone help on this issue.Unable to create AKS cluster in the Azure playground.Error:


 Resource 'kodekloud-demo' was disallowed by policy. (Code: RequestDisallowedByPolicy) 

Found this tutorial page in the community. But it is not updated to the current date.

Have you tried following that guide? If it doesn’t work please tag the post’s author in that thread and he will update it if needed.

Hi, The same error message appears to me as well. According to the policy, what can be the name of the cluster?

The error is not that the name of the cluster is incorrect, it means something in the cluster was not permitted. Follow the guide. Common issues are users don’t select Standard B2s VMs with a static node count of 2.

Hi, not able to create AKS giving error as validation failed, followed the steps shown in working session.

I have just got this working with this adaption from the guide for the deployment of AKS on Azure:

Select Production Standard from the Cluster Preset Configuration
Make sure it is in East US region and the already created ODL-Azure-nnnnnn Resource Group is selected.
Use Standard B2s for the AgentPool and UserPool
2 Nodes for AgentPool only - Delete the user pool
Leave Networking as Default
Don't select any integrations. 
Ensure container monitoring is off - I turned off everything in Monitoring.
Select nothing in Advanced

Then when the cluster is created add in the User Pool - 2 nodes of B2s

Its working, Thanks!

@al1 I still couldn’t create. Could you please help me with this :sweat_smile:?

Please find my cluster configurations below.



image

Now I could not get the error message. Is there any temporary error with KodeKloud’s Azure?

Why the kodekloud’s playground has so many restrictions?

Isn’t that getting frustrated when you begin learning anything with having a playground having so many restrictions like this?

I do like all the courses from the Kodekloud but not the playgrounds.

@Alistair_KodeKloud Is there any proper or updated documentation to create any AWS / Azure services?

I’ve just tried again and you need to set the pool to manual for AgentPool, 2 node and delete the UserPool. You then create the UserPool when the cluster has been created. See my updated post above.

@al1 Thank for the quick response. It worked now!