Questions tagged [azure-disk]

Windows Azure disk repository.

71 questions
0
votes
1 answer

Rename Virtual Machine Managed Disks on Microsoft Azure through PowerShell

How to Rename Virtual Machine Managed Disks on Microsoft Azure through PowerShell? I tried with, Update-AzureRmDisk But I'm not able to change the name, How can I do that?
0
votes
1 answer

Azure App Service attach virtual disk for a Docker MongoDB image

I'd like to know if it's possible to attach and expose a virtual disk on Azure App Service. The goal is to host a Docker container for MongoDB on this App Service (I don't want to use a VM please because I really love the PaaS mode on Azure), but…
0
votes
1 answer

Reduce the size of a Linux VM data disk

My Linux VMs each have two disk (OS + Data) The data disks are currently set to 1024Gb but only contain <15Gb of content In have two environments (test and production). The production data disk is premium the test data disk is standard. I want to…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
0
votes
1 answer

Get classic portal disks Azure REST

https://management.azure.com/subscriptions/subID/providers/Microsoft.Compute/disks?api-version=2017-03-30 this gives me all Disks of New Azure portal. replacing the above Microsoft.Compute to Microsoft.ClassicCompute does not give me the classic…
rashmi b
  • 91
  • 10
0
votes
1 answer

Looking for confirmation of Azure local SSD cache settings

I'm looking to confirm the disk cache settings of a local SSD in a DS-v2 series VM. I can configure the local OS as ReadWrite, ReadOnly or None (I always leave as ReadOnly per Microsoft recommendations). I set any added SSD drives as ReadOnly or…
BenOnline
  • 117
  • 1
  • 4
  • 11
-1
votes
1 answer

Max Data Disks attached to a worker node in Azure

I use AKS to deploy the application services. I have used the VM size of Standard_D4a_v4 with 4vCPU and 16Gi Memory configuration for the worker nodes. Max data disks specified for the above mentioned configuration is 8. I need to clarify that, if…
Soundarya
  • 153
  • 1
  • 2
  • 12
-1
votes
1 answer

Expand virtual hard disks on a Linux VM with the Azure CLI

I am trying to extend a disk in my vm (azure). I used to do it like this: sudo umount /dev/sdc1 (sdc1 as an example) sudo parted /dev/sdc after typing print, I should see something like this: GNU Parted 3.2 Using /dev/sdc1 Welcome to GNU Parted!…
tbone
  • 1,148
  • 5
  • 19
  • 35
-1
votes
1 answer

Azure Disk Encryption (ADE) for AKS cluster node's OS & Data disks

I couldn't get clear answer if ADE is supported or not for AKS cluster node's OS & data disks. Has anyone used ADE for AKS node disks? If yes, any reference url/document will be helpful. Update: As per this year old thread it seems ADE is not…
dss
  • 23
  • 3
-1
votes
2 answers

How to download the logs stored in azure disk mapped to kubernetes persistent volume

I have mapped an azure disk to one of the kafka pods,I want to check the logs stored in the azure disk, is there any provision for this ?
Tushar Mahajan
  • 2,044
  • 1
  • 7
  • 18
-2
votes
1 answer

Managed disks in Azure

I want to know restrictions in Azure Managed disks. Which is asked in Interview. what are the restrictions for customers using managed disks in Azure
Raju
  • 187
  • 1
  • 1
  • 5
-2
votes
2 answers

An API to Fetch all the ultra disk from my subscription

****Hello everyone, Need one REST API to fetch all the ultra disks present in my subscription from the azure portal. As ultra disk has many region and size constrains we need to keep in mind all the prerequisites at the time of creation.Could not…
1 2 3 4
5