Questions tagged [azure-disk]

Windows Azure disk repository.

71 questions
1
vote
1 answer

Azure data disk - Getting files from exported disk file

I have recently done an azure disk export. This disk was attached as a data disk to one of my Linux VM. I had mounted one of my pods volume to this disk. Unfortunately, due to some problem with the environment, I am unable to re-mount my disk. Now,…
TechGuru
  • 399
  • 8
  • 20
1
vote
1 answer

How do I use HTTP Chunked file transfers to/from Azure.Storage?

I'm interested in adding a security front end to AzureStorage for authentication, access control, excessive usage (rate limiter), and other features. I've read repos on Github regarding ASP.NET Core (I'm at 5.0), however during this research I came…
TLDR
  • 1,198
  • 1
  • 12
  • 31
1
vote
1 answer

Copy Azure snapshots to different Region

I'm trying to create a disaster recovery solution using Snapshots in Azure. I have many, many disks in a cluster and I currently can take snapshots of the disks to be able to restore locally. This works I now want to either COPY the existing…
Jon Roberts
  • 2,068
  • 1
  • 9
  • 11
1
vote
2 answers

Attach new azure disk volume per pod in Kubernetes deployment

I have a Kubernetes Deployment app with 3 replicas, which needs a 7GB storage for each replica, I want to be able to attach a new empty azureDisk storage to be mounted into each pod/replica created in this deployment. Basically I have the following…
toto
  • 1,197
  • 2
  • 15
  • 26
1
vote
1 answer

Update Cache setting on a "live" data disk for a Azure VM using azure cli/bash

If I want to update host-cache settings on a live data disk, what is the approach? Should I do a script where I first take a snapshot and then create a new disk from that with the new host-cache settings? Is there any other way of doing this with…
1
vote
1 answer

Deny Azure Disk Encryption decryption/disablement using Azure policy

I am trying to create a Deny policy to deny disk decryption (encrypted via Azure Disk Encryption), but the Deny isn't taking effect. I do see the disks not in compliance though. Here's the policy below: { "properties": { "displayName":…
1
vote
1 answer

Monitor a folder on an azure disk from an azure function app

We have a legacy app hosted on an azure VM which will periodically output files to a file share (SMB) which is located on an azure disk. The legacy app is not "Azure Aware" so can only output to a share. The legacy app runs within a virtual…
Twisted
  • 2,939
  • 4
  • 32
  • 54
1
vote
0 answers

How to get the Azure Data Disk Type i.e. HDD/SSD?

Could you please Help me to get the Disk type also for azure managed disks. Below I am only getting Premium_LRS and Standard_LRS. But I also required Whether the disk is "HDD or SSD" also. $Disks = Get-AzureRmDisk -ResourceGroupName…
1
vote
6 answers

Azure Managed Disk not showing when trying to attach to VM

I have a premium Azure Managed Disk (SSD) in the same region as a Windows VM, but when I go to attach it via the Azure portal (settings -> Disks -> + Add data disk) the drop down under name says "No managed disk available" (see below). What do I…
datanerdjake
  • 43
  • 1
  • 9
1
vote
1 answer

Deploy VM on Azure using created (generalized/sysprep'ed) snapshot stored on Blob

I need someone more experienced with VM's on Azure. I have prepared image with Win2016 Server and few additional configurations. I have done sysprep and created image and snapshot after that. When I create a new machine using this image, machine…
PawelD
  • 41
  • 3
0
votes
1 answer

Transferring Data from Data Disk (Classic) to New Data Disc

I need to copy specific directories from an Azure data disc (classic) attached to a classic VM to a new data disk attached to a new Linux (Ubuntu) VM. What is the simplest way to move this data (~200GB) from one to the other? The drives are located…
0
votes
1 answer

Replicate Keyvault key and Secret used in OS Disk encryption for Azure Site Recovery in the DR region

I am trying to configure the Disaster Recovery of our azure Windows Virtual Machines in "West Europe" to "North Europe" region using terraform. And we are using azurerm_site_recovery_replicated_vm for that, but I am getting problem in encryption…
0
votes
1 answer

Is it possible to mount a shared Azure disk in Azure Kubernetes to multiple PODs/Nodes. At a time

Warning FailedAttachVolume 49s (x15 over 15m) attachdetach-controller AttachVolume.Attach failed for volume "test" : rpc error: code = InvalidArgument desc = Volume capability not supported. directly I am creating azure disk in resource group…
0
votes
1 answer

Shared Disk data not updating between Linux VMs

I am trying to use Shared Disk feature to mount a single SSD drive to multiple Linux VMs. I am able to attach a single Shared Disk to multiple Linux VMs. I am able to create a partition (tried ext4, xfs, ntfs filesystem) on the Shared Disk. I can do…
Gaha
  • 103
  • 4
0
votes
0 answers

Exclude dynamic Temporary drive from KQL query

I have a KQL query that queries the disk logs from Azure Log Insights.I can exclude specific drive names from the query but in my scenario the Azure VM is allocates Temporay storage based on the availability since we are migrating from a data center…
Dexter
  • 45
  • 7