201-k8s-cluster-with-aks-applicationgateway-ingress

This commit is contained in:
Tom Archer
2021-08-01 19:42:50 -07:00
parent c06f51bda0
commit da2472a399
5 changed files with 404 additions and 0 deletions

View File

@ -0,0 +1,9 @@
resource_group_name = "<Name of the Resource Group already created>"
location = "<Location of the Resource Group>"
aks_service_principal_app_id = "<Service Principal AppId>"
aks_service_principal_client_secret = "<Service Principal Client Secret>"
aks_service_principal_object_id = "<Service Principal Object Id>"