This repository has been archived by the owner on Jan 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 112
Cannot deploy custom marketplace images #212
Comments
Bump. It looks like the provider cannot generate a correctly formatted request for the Azure API. It's very similar to this issue in packer: hashicorp/packer#3506 |
obviously nobody is working on this repository anymore but maybe someone has at least an idea how to solve this? |
I believe the change would land in a few places:
It's been a long time since I've worked on this project. If it hasn't been forked, it probably should be. I'm happy to provide guidance if folks have questions. |
So, I do have a fork that fixes this issue: https://github.com/jbeker/vagrant-azure I added 3 new params:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I put in a custom marketplace image (which I have enabled programmatic deployment in my subscription) I get the following error:
"Creating a virtual machine from Marketplace image requires Plan information in the request."
I found the following on microsoft's site about plan info:
"plan": {
"name": "[parameters('imageSKU')]",
"publisher": "[variables('imagePublisher')]",
"product": "[variables('imageOffer')]"
}
Not sure where to add in vagrant file, or if code is broken.
The text was updated successfully, but these errors were encountered: