# azure-diskinspect-service **Repository Path**: mirrors_Azure/azure-diskinspect-service ## Basic Information - **Project Name**: azure-diskinspect-service - **Description**: Inspect Azure IaaS Disks for Windows and Linux - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Azure Disk Inspect Service The Azure Disk Inspect Service is intended to be a service that allows customers, support or third party personnel with privileged access to access an Azure OS Disk for log and configuration files without provisioning a VM and attaching a copy of the disk in order to probe the contents. It is a fast and secure way to retrieve well known contents of an OS disk by the user to aid in system failure diagnosis. ## How To Contribute **Make sure you are a member of this permission group: https://repos.opensource.microsoft.com/Azure/teams/diskinspection-extended 1. Clone github repo locally $ git clone https://github.com/Azure/azure-diskinspect-service 2. Create a new branch from master $ cd $ git checkout -b 4. Apply your changes in the branch -If you are updating/creating new manifest then: Make sure to run "parse_manifest.py" $ cd ./tools/ $ python ./parse_manifest.py $ cd - 5. Push changes to your remote branch by following below sequesnce of commands $ git add $ git commit -m "" $ git push --set-upstream origin 6. Raise PR to merge into master for review ----- This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) or Azure experts at vminspector@microsoft.com with any additional questions or comments.