microsoft/az-deep-realtime-score

AKS Cluster Not Deployed At Advertised Location

marabout2015 opened this issue · 0 comments

In Keras_Tensorflow/aks/04_DepoloyOnAKS. the cluster provisioning is defined with the call:

# Provision AKS cluster with GPU machine
prov_config = AksCompute.provisioning_configuration(vm_size="Standard_NC6")

But this does not use the location previously defined in the notebook:

aks_location = "YOUR_AKS_LOCATION"