Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fail to create factory if not specify location parameter #97

Open
arrownj opened this issue Dec 23, 2019 · 1 comment
Open

fail to create factory if not specify location parameter #97

arrownj opened this issue Dec 23, 2019 · 1 comment

Comments

@arrownj
Copy link

arrownj commented Dec 23, 2019

Meet error when create resource group

Command:

az datafactory create -g RESOUCE_GROUP --name testdatafactory1

Expected:

data factory is created, use the resource group default location

Actual:

below error reported

The location property is required for this definition.

@arrownj
Copy link
Author

arrownj commented Dec 23, 2019

Also meet problem while update location value.

Command:

az datafactory create -g RESOURCE_GROUP --name testdatafactory1 --location eastus
az datafactory update -g RESOURCE_GROUP --name testdatafactory1 --location westus

Expected:

testdatafactory1's location value is update from eastus to westus

Actual:

below error reported

The resource 'testdatafactory1 ' already exists in location 'eastus' in resource group 'RESOURCE_GROUP'. A resource with the same name cannot be created in location 'westus'. Please select a new resource name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant