Azure / Azure/HubAndSpokeResearchEnclave
Restrict managed disk import/export through private endpoints
- Dominant language
- Bicep
- Stars
- 18
- Forks
- 18
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 3
Description
https://learn.microsoft.com/en-us/azure/virtual-machines/disks-enable-private-links-for-import-export-portal#create-a-disk-access-resource
This would likely involve pre-creating the disks so that we can set `networkAccessPolicy = 'DenyAll'` and then use the disk resource ID in the `storageProfile/osDisk/mangedDisk[id]` property.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked Azure documentation on disk access resources and private links, then inspect the repository's Bicep resource definitions for managed disks and virtual machines. The work is done when import/export disks use networkAccessPolicy = 'DenyAll' and the VM osDisk managedDisk[id] references the pre-created disk resource.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100