Can I save an Azure VM Custom image locally?2019 Community Moderator ElectionShared drive between Azure Virtual MachinesAzure Files preview - access shared folder in IIS and FileZillaazure cannot create vm from vhd imageHow to create a VM Image from an already uploaded VHD in Azure using APIAzure architecture design for a load-balanced environmentCreating a Azure Windows VM through terraformCopy Azure Managed Image from Azure Comercial to Azure ChinaShare Drive with user permissions between Azure Virtual MachinesError when creating a pool from a custom image with azure python sdkDeploy RHEL BYOS Marketplace Image to Azure
Does .bashrc contain syntax errors?
What does Deadpool mean by "left the house in that shirt"?
Using Past-Perfect interchangeably with the Past Continuous
Differential and Linear trail propagation in Noekeon
Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?
I seem to dance, I am not a dancer. Who am I?
What does "Four-F." mean?
What are idioms that are antonymous to "don't skimp on"?
Help rendering a complicated sum/product formula
Why are there no stars visible in cislunar space?
Matrix using tikz package
How does one measure the Fourier components of a signal?
Wrapping homogeneous Python objects
Existence of a celestial body big enough for early civilization to be thought of as a second moon
Probably overheated black color SMD pads
What should I install to correct "ld: cannot find -lgbm and -linput" so that I can compile a Rust program?
How do hiring committees for research positions view getting "scooped"?
Relation between independence and correlation of uniform random variables
Have the tides ever turned twice on any open problem?
Is it insecure to send a password in a `curl` command?
Geography in 3D perspective
Four married couples attend a party. Each person shakes hands with every other person, except their own spouse, exactly once. How many handshakes?
Hausdorff dimension of the boundary of fibres of Lipschitz maps
Synchronized implementation of a bank account in Java
Can I save an Azure VM Custom image locally?
2019 Community Moderator ElectionShared drive between Azure Virtual MachinesAzure Files preview - access shared folder in IIS and FileZillaazure cannot create vm from vhd imageHow to create a VM Image from an already uploaded VHD in Azure using APIAzure architecture design for a load-balanced environmentCreating a Azure Windows VM through terraformCopy Azure Managed Image from Azure Comercial to Azure ChinaShare Drive with user permissions between Azure Virtual MachinesError when creating a pool from a custom image with azure python sdkDeploy RHEL BYOS Marketplace Image to Azure
I was following this tutorial to create a custom VM:
http://www.rebeladmin.com/2018/08/step-step-guide-create-azure-custom-image/
The idea is that I would start with a base image from the marketplace and then tweak it for my needs. After that I would save the image so I can reuse it another time.
I'm interested in being able to create a custom VM image and then being able to share this amongst my colleagues, so that they can spin up a particular VM with the same customisation for their own azure accounts.
Is it possible to save this image locally, or similar so that it can be distributed, say from a shared network drive?
I'm pretty new to this, so even if this is way off, perhaps someone could point me in the general direction?
Thanks.
azure virtual-machine azure-virtual-machine
add a comment |
I was following this tutorial to create a custom VM:
http://www.rebeladmin.com/2018/08/step-step-guide-create-azure-custom-image/
The idea is that I would start with a base image from the marketplace and then tweak it for my needs. After that I would save the image so I can reuse it another time.
I'm interested in being able to create a custom VM image and then being able to share this amongst my colleagues, so that they can spin up a particular VM with the same customisation for their own azure accounts.
Is it possible to save this image locally, or similar so that it can be distributed, say from a shared network drive?
I'm pretty new to this, so even if this is way off, perhaps someone could point me in the general direction?
Thanks.
azure virtual-machine azure-virtual-machine
1
You should be able to save that image to a storage account in Azure and provide users with the storage account name and key to access. That way they can copy it to their subscription. Also, have you check the new feature we have Shared VM Imae Gallery? docs.microsoft.com/en-us/azure/virtual-machines/windows/…
– Micah_MSFT
Mar 6 at 23:09
add a comment |
I was following this tutorial to create a custom VM:
http://www.rebeladmin.com/2018/08/step-step-guide-create-azure-custom-image/
The idea is that I would start with a base image from the marketplace and then tweak it for my needs. After that I would save the image so I can reuse it another time.
I'm interested in being able to create a custom VM image and then being able to share this amongst my colleagues, so that they can spin up a particular VM with the same customisation for their own azure accounts.
Is it possible to save this image locally, or similar so that it can be distributed, say from a shared network drive?
I'm pretty new to this, so even if this is way off, perhaps someone could point me in the general direction?
Thanks.
azure virtual-machine azure-virtual-machine
I was following this tutorial to create a custom VM:
http://www.rebeladmin.com/2018/08/step-step-guide-create-azure-custom-image/
The idea is that I would start with a base image from the marketplace and then tweak it for my needs. After that I would save the image so I can reuse it another time.
I'm interested in being able to create a custom VM image and then being able to share this amongst my colleagues, so that they can spin up a particular VM with the same customisation for their own azure accounts.
Is it possible to save this image locally, or similar so that it can be distributed, say from a shared network drive?
I'm pretty new to this, so even if this is way off, perhaps someone could point me in the general direction?
Thanks.
azure virtual-machine azure-virtual-machine
azure virtual-machine azure-virtual-machine
asked Mar 6 at 21:38
dstewart101dstewart101
3871220
3871220
1
You should be able to save that image to a storage account in Azure and provide users with the storage account name and key to access. That way they can copy it to their subscription. Also, have you check the new feature we have Shared VM Imae Gallery? docs.microsoft.com/en-us/azure/virtual-machines/windows/…
– Micah_MSFT
Mar 6 at 23:09
add a comment |
1
You should be able to save that image to a storage account in Azure and provide users with the storage account name and key to access. That way they can copy it to their subscription. Also, have you check the new feature we have Shared VM Imae Gallery? docs.microsoft.com/en-us/azure/virtual-machines/windows/…
– Micah_MSFT
Mar 6 at 23:09
1
1
You should be able to save that image to a storage account in Azure and provide users with the storage account name and key to access. That way they can copy it to their subscription. Also, have you check the new feature we have Shared VM Imae Gallery? docs.microsoft.com/en-us/azure/virtual-machines/windows/…
– Micah_MSFT
Mar 6 at 23:09
You should be able to save that image to a storage account in Azure and provide users with the storage account name and key to access. That way they can copy it to their subscription. Also, have you check the new feature we have Shared VM Imae Gallery? docs.microsoft.com/en-us/azure/virtual-machines/windows/…
– Micah_MSFT
Mar 6 at 23:09
add a comment |
1 Answer
1
active
oldest
votes
Unfortunately, as I know there is no way to download the Azure image directly. But there are a lot of means to get the same result.
The image is also a VHD file and it can be from the os disk or the snapshot of the VM. So you can download the os disk or the snapshot of the VM and then share it. When you share them it also means you share the image. Also, you could try the way that Shared VM Imae Gallery as the comment describe.
downloading the snapshot of the VM sounds like the kind of thing I'd like to do. i really just want to offer a colleague a fast way of spinning up a VM exactly like mine
– dstewart101
Mar 7 at 7:59
@dstewart101 You can try it, if it works or need more help please let me know.
– Charles Xu
Mar 7 at 8:09
@dstewart101 Does that work to you?
– Charles Xu
Mar 10 at 14:31
i'll be trying this tonight again. thanks for your help. i've been following the instructions in this link now: docs.microsoft.com/en-us/azure/virtual-machines/windows/… i'm in the process of downloading a 127gb image of a disk now. seems i should have pitched for something smaller and then tried to increase the disk size once i have the image in hyper-v or similar.
– dstewart101
Mar 11 at 8:13
@dstewart101 OK, please let me know if there is a result or for more help.
– Charles Xu
Mar 11 at 8:17
|
show 2 more comments
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55032564%2fcan-i-save-an-azure-vm-custom-image-locally%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Unfortunately, as I know there is no way to download the Azure image directly. But there are a lot of means to get the same result.
The image is also a VHD file and it can be from the os disk or the snapshot of the VM. So you can download the os disk or the snapshot of the VM and then share it. When you share them it also means you share the image. Also, you could try the way that Shared VM Imae Gallery as the comment describe.
downloading the snapshot of the VM sounds like the kind of thing I'd like to do. i really just want to offer a colleague a fast way of spinning up a VM exactly like mine
– dstewart101
Mar 7 at 7:59
@dstewart101 You can try it, if it works or need more help please let me know.
– Charles Xu
Mar 7 at 8:09
@dstewart101 Does that work to you?
– Charles Xu
Mar 10 at 14:31
i'll be trying this tonight again. thanks for your help. i've been following the instructions in this link now: docs.microsoft.com/en-us/azure/virtual-machines/windows/… i'm in the process of downloading a 127gb image of a disk now. seems i should have pitched for something smaller and then tried to increase the disk size once i have the image in hyper-v or similar.
– dstewart101
Mar 11 at 8:13
@dstewart101 OK, please let me know if there is a result or for more help.
– Charles Xu
Mar 11 at 8:17
|
show 2 more comments
Unfortunately, as I know there is no way to download the Azure image directly. But there are a lot of means to get the same result.
The image is also a VHD file and it can be from the os disk or the snapshot of the VM. So you can download the os disk or the snapshot of the VM and then share it. When you share them it also means you share the image. Also, you could try the way that Shared VM Imae Gallery as the comment describe.
downloading the snapshot of the VM sounds like the kind of thing I'd like to do. i really just want to offer a colleague a fast way of spinning up a VM exactly like mine
– dstewart101
Mar 7 at 7:59
@dstewart101 You can try it, if it works or need more help please let me know.
– Charles Xu
Mar 7 at 8:09
@dstewart101 Does that work to you?
– Charles Xu
Mar 10 at 14:31
i'll be trying this tonight again. thanks for your help. i've been following the instructions in this link now: docs.microsoft.com/en-us/azure/virtual-machines/windows/… i'm in the process of downloading a 127gb image of a disk now. seems i should have pitched for something smaller and then tried to increase the disk size once i have the image in hyper-v or similar.
– dstewart101
Mar 11 at 8:13
@dstewart101 OK, please let me know if there is a result or for more help.
– Charles Xu
Mar 11 at 8:17
|
show 2 more comments
Unfortunately, as I know there is no way to download the Azure image directly. But there are a lot of means to get the same result.
The image is also a VHD file and it can be from the os disk or the snapshot of the VM. So you can download the os disk or the snapshot of the VM and then share it. When you share them it also means you share the image. Also, you could try the way that Shared VM Imae Gallery as the comment describe.
Unfortunately, as I know there is no way to download the Azure image directly. But there are a lot of means to get the same result.
The image is also a VHD file and it can be from the os disk or the snapshot of the VM. So you can download the os disk or the snapshot of the VM and then share it. When you share them it also means you share the image. Also, you could try the way that Shared VM Imae Gallery as the comment describe.
answered Mar 7 at 1:37
Charles XuCharles Xu
4,6781211
4,6781211
downloading the snapshot of the VM sounds like the kind of thing I'd like to do. i really just want to offer a colleague a fast way of spinning up a VM exactly like mine
– dstewart101
Mar 7 at 7:59
@dstewart101 You can try it, if it works or need more help please let me know.
– Charles Xu
Mar 7 at 8:09
@dstewart101 Does that work to you?
– Charles Xu
Mar 10 at 14:31
i'll be trying this tonight again. thanks for your help. i've been following the instructions in this link now: docs.microsoft.com/en-us/azure/virtual-machines/windows/… i'm in the process of downloading a 127gb image of a disk now. seems i should have pitched for something smaller and then tried to increase the disk size once i have the image in hyper-v or similar.
– dstewart101
Mar 11 at 8:13
@dstewart101 OK, please let me know if there is a result or for more help.
– Charles Xu
Mar 11 at 8:17
|
show 2 more comments
downloading the snapshot of the VM sounds like the kind of thing I'd like to do. i really just want to offer a colleague a fast way of spinning up a VM exactly like mine
– dstewart101
Mar 7 at 7:59
@dstewart101 You can try it, if it works or need more help please let me know.
– Charles Xu
Mar 7 at 8:09
@dstewart101 Does that work to you?
– Charles Xu
Mar 10 at 14:31
i'll be trying this tonight again. thanks for your help. i've been following the instructions in this link now: docs.microsoft.com/en-us/azure/virtual-machines/windows/… i'm in the process of downloading a 127gb image of a disk now. seems i should have pitched for something smaller and then tried to increase the disk size once i have the image in hyper-v or similar.
– dstewart101
Mar 11 at 8:13
@dstewart101 OK, please let me know if there is a result or for more help.
– Charles Xu
Mar 11 at 8:17
downloading the snapshot of the VM sounds like the kind of thing I'd like to do. i really just want to offer a colleague a fast way of spinning up a VM exactly like mine
– dstewart101
Mar 7 at 7:59
downloading the snapshot of the VM sounds like the kind of thing I'd like to do. i really just want to offer a colleague a fast way of spinning up a VM exactly like mine
– dstewart101
Mar 7 at 7:59
@dstewart101 You can try it, if it works or need more help please let me know.
– Charles Xu
Mar 7 at 8:09
@dstewart101 You can try it, if it works or need more help please let me know.
– Charles Xu
Mar 7 at 8:09
@dstewart101 Does that work to you?
– Charles Xu
Mar 10 at 14:31
@dstewart101 Does that work to you?
– Charles Xu
Mar 10 at 14:31
i'll be trying this tonight again. thanks for your help. i've been following the instructions in this link now: docs.microsoft.com/en-us/azure/virtual-machines/windows/… i'm in the process of downloading a 127gb image of a disk now. seems i should have pitched for something smaller and then tried to increase the disk size once i have the image in hyper-v or similar.
– dstewart101
Mar 11 at 8:13
i'll be trying this tonight again. thanks for your help. i've been following the instructions in this link now: docs.microsoft.com/en-us/azure/virtual-machines/windows/… i'm in the process of downloading a 127gb image of a disk now. seems i should have pitched for something smaller and then tried to increase the disk size once i have the image in hyper-v or similar.
– dstewart101
Mar 11 at 8:13
@dstewart101 OK, please let me know if there is a result or for more help.
– Charles Xu
Mar 11 at 8:17
@dstewart101 OK, please let me know if there is a result or for more help.
– Charles Xu
Mar 11 at 8:17
|
show 2 more comments
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55032564%2fcan-i-save-an-azure-vm-custom-image-locally%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You should be able to save that image to a storage account in Azure and provide users with the storage account name and key to access. That way they can copy it to their subscription. Also, have you check the new feature we have Shared VM Imae Gallery? docs.microsoft.com/en-us/azure/virtual-machines/windows/…
– Micah_MSFT
Mar 6 at 23:09