Created
October 24, 2019 19:45
-
-
Save vv111y/bee68d626745e30320e171ad0debc3a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Creating a new AKS service... | |
Creating.... | |
FailedProvisioning operation finished, operation "Failed" | |
--------------------------------------------------------------------------- | |
ComputeTargetException Traceback (most recent call last) | |
<timed exec> in <module> | |
~/anaconda3/envs/azureml/lib/python3.7/site-packages/azureml/core/compute/compute.py in __new__(cls, workspace, name) | |
78 raise ComputeTargetException('ComputeTargetNotFound: Compute Target with name {} not found in ' | |
---> 79 'provided workspace'.format(name)) | |
80 else: | |
ComputeTargetException: ComputeTargetException: | |
Message: ComputeTargetNotFound: Compute Target with name aks-deployment not found in provided workspace | |
InnerException None | |
ErrorResponse | |
{ | |
"error": { | |
"message": "ComputeTargetNotFound: Compute Target with name aks-deployment not found in provided workspace" | |
} | |
} | |
During handling of the above exception, another exception occurred: | |
ComputeTargetException Traceback (most recent call last) | |
<timed exec> in <module> | |
~/anaconda3/envs/azureml/lib/python3.7/site-packages/azureml/core/compute/compute.py in wait_for_completion(self, show_output) | |
426 'Current state is {}'.format(self.provisioning_state)) | |
427 else: | |
--> 428 raise e | |
429 | |
430 def _wait_for_completion(self, show_output): | |
~/anaconda3/envs/azureml/lib/python3.7/site-packages/azureml/core/compute/compute.py in wait_for_completion(self, show_output) | |
419 'state, current provisioning state: {}\n' | |
420 'Provisioning operation error:\n' | |
--> 421 '{}'.format(self.provisioning_state, error_response)) | |
422 except ComputeTargetException as e: | |
423 if e.message == 'No operation endpoint': | |
ComputeTargetException: ComputeTargetException: | |
Message: Compute object provisioning polling reached non-successful terminal state, current provisioning state: Failed | |
Provisioning operation error: | |
{'code': 'BadRequest', 'message': 'The request is invalid', 'details': [{'code': 'BadRequestFormat', 'message': "InvalidTemplateDeployment: The template deployment 'cc89394d-db5e-4cb8-a91d-9082d69a22c1' is not valid according to the validation procedure. The tracking id is 'af166a44-55af-4831-a0b9-ab1af0240ebd'. See inner errors for details."}]} | |
InnerException None | |
ErrorResponse | |
{ | |
"error": { | |
"message": "Compute object provisioning polling reached non-successful terminal state, current provisioning state: Failed\nProvisioning operation error:\n{'code': 'BadRequest', 'message': 'The request is invalid', 'details': [{'code': 'BadRequestFormat', 'message': \"InvalidTemplateDeployment: The template deployment 'cc89394d-db5e-4cb8-a91d-9082d69a22c1' is not valid according to the validation procedure. The tracking id is 'af166a44-55af-4831-a0b9-ab1af0240ebd'. See inner errors for details.\"}]}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment