You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy a Cloudify Manager instance on to the Azure VM provider. I have been set up appropriately and have the necessary keys and IDs for the inputs blueprint but I'm having issues.
On checking through the Bluepints for Azure I find references to AWS plugins. See lines 164, 164 and 177.
Can someone explain why?
This may or may not be related to the errors in the build script:
" 2016-09-08 11:24:03 CFY [storage_account_323e5.create] Task failed 'cloudify_azure.resources.storage.storageaccount.create' -> Operation failed. (code=409, data={"error":{"code":"StorageAccountAlreadyTaken","message":"The storage account named lwrsa0 is already taken."}})"
At which point eh build executes the Teardown function.
Any ideas greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to deploy a Cloudify Manager instance on to the Azure VM provider. I have been set up appropriately and have the necessary keys and IDs for the inputs blueprint but I'm having issues.
On checking through the Bluepints for Azure I find references to AWS plugins. See lines 164, 164 and 177.
Can someone explain why?
This may or may not be related to the errors in the build script:
" 2016-09-08 11:24:03 CFY [storage_account_323e5.create] Task failed 'cloudify_azure.resources.storage.storageaccount.create' -> Operation failed. (code=409, data={"error":{"code":"StorageAccountAlreadyTaken","message":"The storage account named lwrsa0 is already taken."}})"
At which point eh build executes the Teardown function.
Any ideas greatly appreciated.
The text was updated successfully, but these errors were encountered: