azureportal

Is there a way to view blobs of managed disks in Microsoft Azure Storage Explorer or the Azure Portal?

☆樱花仙子☆ 提交于 2019-11-30 23:37:20
When I create a VM using Azure Resource Manager with an unmanaged disk, I can view its .vhd in Microsft Azure Storage Explorer and/or the Azure Portal under the specified storage account's Blob Container in a sub-container called "vhds". When I create a VM using Azure Resource Manager with a managed disk, I can't find any storage container with anything related to this managed disk. I understand that Azure is "managing" this storage for me, per this Microsoft doc , and also that I can generate a "SAS Url" for this disk (which gives me no real info on where the blob is stored), but I believe

Is there a way to view blobs of managed disks in Microsoft Azure Storage Explorer or the Azure Portal?

▼魔方 西西 提交于 2019-11-30 17:57:43
问题 When I create a VM using Azure Resource Manager with an unmanaged disk, I can view its .vhd in Microsft Azure Storage Explorer and/or the Azure Portal under the specified storage account's Blob Container in a sub-container called "vhds". When I create a VM using Azure Resource Manager with a managed disk, I can't find any storage container with anything related to this managed disk. I understand that Azure is "managing" this storage for me, per this Microsoft doc, and also that I can generate

How to include “Plan information” when creating ARM VM from a captured image using Powershell?

半城伤御伤魂 提交于 2019-11-29 11:18:56
I have a ARM VM created from a Marketplace: bitnami LAMP (Ubuntu) I've successfully captured an image. During the capture I've saved the json template. Using a template based on that I can successfully create new VMs via the portal's Template Deployment facility interactively. (so the captured image is OK). Please note: That json template do include plan information, see below However my original goal is to create new ARM VMs based on the captured image using Powershell All seems to work however in the last command New-AzureRmVM returns and error stating: Creating a virtual machine from

Azure Portal: Bad Request - Request Too Long

纵饮孤独 提交于 2019-11-28 09:07:01
I just received the following error when I tried to run a built-in b2c edit policy from portal.azure.com . I have 2 tabs of the portal open. Why am I receiving this error? Bad Request - Request Too Long HTTP Error 400. The size of the request headers is too long. Note: I experienced this same error message when testing active-directory-b2c-dotnet-webapp-and-webapi sample project . The reason provided was I was sending too many cookies. Is it the same problem? If it is the same problem, shouldn't stale cookies be deleted before creating new ones? I do see a lot of cookies for https://login

How to include “Plan information” when creating ARM VM from a captured image using Powershell?

岁酱吖の 提交于 2019-11-28 04:26:47
问题 I have a ARM VM created from a Marketplace: bitnami LAMP (Ubuntu) I've successfully captured an image. During the capture I've saved the json template. Using a template based on that I can successfully create new VMs via the portal's Template Deployment facility interactively. (so the captured image is OK). Please note: That json template do include plan information, see below However my original goal is to create new ARM VMs based on the captured image using Powershell All seems to work

Azure Portal: Bad Request - Request Too Long

一曲冷凌霜 提交于 2019-11-27 02:40:21
问题 I just received the following error when I tried to run a built-in b2c edit policy from portal.azure.com. I have 2 tabs of the portal open. Why am I receiving this error? Bad Request - Request Too Long HTTP Error 400. The size of the request headers is too long. Note: I experienced this same error message when testing active-directory-b2c-dotnet-webapp-and-webapi sample project. The reason provided was I was sending too many cookies. Is it the same problem? If it is the same problem, shouldn