Questions tagged [azure-disk]

Windows Azure disk repository.

71 questions
7
votes
1 answer

Permissions error when attaching Azure Disk to AKS pod

I've been battling this error for a few hours now. Found several articles but nothing that has helped so far. My work has been based on the "How-to guide > Configure data volumes > Azure Disk - Static" from…
Andrew C
  • 77
  • 1
  • 5
4
votes
3 answers

Is it possible to mount a shared Azure disk in Azure Kubernetes to multiple PODs/Nodes?

I want to mount an Azure Shared Disk to the multiple deployments/nodes based on this: https://learn.microsoft.com/en-us/azure/virtual-machines/disks-shared So, I created a shared disk in Azure Portal and when trying to mount it to deployments in…
RemoPar
  • 51
  • 1
  • 3
4
votes
2 answers

Error while adding VHD as OS Disk in resource manager

I am trying to create VM using existing VHD which I have on the storage blob. I ran the below command Add-AzureDisk -DiskName "Keldc1" -MediaLocation "https://*****.blob.core.windows.net/essrestore/Kel-DC01201611012647.vhd" -Label "Bootdisk" -OS…
3
votes
1 answer

terraform - azurerm. Difference between Standard_LRS and StandardSSD_LRS

What is the difference between terraform Standard_LRS and StandardSSD_LRS? Terraform documentation points only, that you can chose one of those 2 but doesn't precise what is the difference. Is Standard_LRS an HHD disk? Or can it be SSD disk also?
Irina
  • 33
  • 1
  • 3
3
votes
1 answer

Unknown Disk Read Bytes and Disk Operations at Azure Ubuntu VM service after that VM is not responding

Each week nearly two or three times, azure vm stops the responding. When it happens, Disk Read Bytes are dramatically increasing i dont know why. My application has no read disk function (only writes the logs). As you see in the figure, Read Bytes…
3
votes
2 answers

Kubernetes Azure disk dynamic Persistent Volume Claim: Mount failed with timeout expired. Pod is in “ContainerCreating” status for ever

Problem statement: Azure disk dynamic Persistent Volume Claim: Mount failed with timeout expired. Pod is in “ContainerCreating” status for ever. kubectl describe pod myPod gives following information: Warning FailedMount 1m (x5 over 12m) …
Arindam
  • 320
  • 2
  • 12
2
votes
1 answer

AKS linux instance type choice

While choosing instance type for a general production workload on AKS with 4 vCPUs, could anyone help with below queries – Choosing AMD processor based instances (Dav4) vs Intel based instances – Cost for the former is lesser. Given that production…
2
votes
4 answers

AKS - Specify Performance Tier for Storage Class

By default, AKS has many storage classes like managed, managed-csi-premium, managed-premium, etc. Example: managed-premium storage class: $ k get sc managed-premium -o yaml allowVolumeExpansion: true apiVersion: storage.k8s.io/v1 kind:…
Jerald Baker
  • 1,121
  • 1
  • 12
  • 48
2
votes
1 answer

Azure CLI - How to Update Disk Encryption Settings

For some reason, after resizing my VM, my disk started to point to a Key Vault that does not exist. I need to update the "secretUrl" and the "sourceVault.id", and I've created a new Key Vault for it, however, I'm not being able to update it using…
Natan Dutra
  • 65
  • 1
  • 9
2
votes
1 answer

How disk caching in Azure VM works?

I'm struggling to find a proper article that explains how the caching in Azure VM works. what holds that cache? how it syncs? etc. Thanks!
monsal
  • 533
  • 1
  • 7
  • 11
2
votes
1 answer

Performance of Azure PaaS Cloud Drives vs IaaS Disks

According to a comment on a StackOverflow answer, In a web or worker role you have to use an Azure Drive - which has much lower performance than an Azure Disk which you get with a VHD. Reference:…
David Pfeffer
  • 38,869
  • 30
  • 127
  • 202
1
vote
2 answers

Azure Disk Encrption - Key vault secret wrap with key encryption key failed

When I try to enabled Azure Disk Encryption on an Azure Windows Server 2022 VM I get the following error: *Failed to enable Azure Disk Encryption on the VM with the following exception…
ozo
  • 21
  • 4
1
vote
2 answers

AzureFile Persistent volume performance is too slow

We are using this AKS cluster to host our Azuredevops build agents as docker containers. We followed the Microsoft documents We followed this link to https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azure-devops to setup…
1
vote
2 answers

Is there a way see used disk space with the actual disk size of the VMs in a specific subscription in azure?

I am trying to run a query in Azure to show the free disk space or used disk space of each VM in Azure under a specific subscription and I wanted to show in the result the actual disk size of the VM. I need the data to identify the over-allocated…
Shane Tan
  • 13
  • 1
  • 3
1
vote
1 answer

Azure disk alert for AKS dynamic disk

In AKS we dynamically create and use persistent volume with azure disk. We setup initial size 20G for s service and we ran out of space. Is there any way that we can setup a disk alert for dynamic disks to be informed?
pers
  • 195
  • 12
1
2 3 4 5