microsoft / MLOpsPython

MLOps using Azure ML Services and Azure DevOps
MIT License
1.19k stars 1.09k forks source link

Cannot Create Resources using pipeline #57

Closed eXXL closed 5 years ago

eXXL commented 5 years ago

I followed the getting started instructions to create the required resources.

When I run the pipeline "https://github.com/microsoft/MLOpsPython/blob/master/environment_setup/iac-create-environment.yml", I get this error:

There were errors in your deployment. Error code: DeploymentFailed.
##[error]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.
##[error]Details:
##[error]Conflict: {
  "error": {
    "code": "VaultAlreadyExists",
    "message": "The name 'mlops-AML-KV' is already in use."
  }
eXXL commented 5 years ago

Ok I modified the value of the variable "BASE_NAME" and it worked :)