Inspect Azure IaaS Disks for Windows and Linux
Перейти к файлу
Chintan 927604f3a4
Merge pull request #276 from esvmicrosoft/multi-user
Listing the enabled systemd-units for the multi-user and graphical ta…
2024-11-08 08:40:57 -08:00
.github/workflows Update pull-request-build-test.yml 2022-05-31 00:06:55 -07:00
.pipelines Remove inspect iaas disk python service code 2022-05-30 23:31:31 -07:00
conf Enforce TLS 1.2 and apply SSL Ciphers 2020-01-07 09:57:20 -08:00
docs Listing the enabled systemd-units for the multi-user and graphical targets 2024-11-07 23:26:10 -05:00
manifests Listing the enabled systemd-units for the multi-user and graphical targets 2024-11-07 23:26:10 -05:00
tests Remove inspect iaas disk python service code 2022-05-30 23:31:31 -07:00
tools update folder structure 2022-05-31 00:10:30 -07:00
.gitignore Remove inspect iaas disk python service code 2022-05-30 23:31:31 -07:00
LICENSE Rollback LICENSE and README.md after repository move. 2017-07-12 17:32:30 +00:00
README.md Remove inspect iaas disk python service code 2022-05-30 23:31:31 -07:00
SECURITY.md Microsoft mandatory file 2022-07-28 16:58:15 +00:00

README.md

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 <local_path>

2.	Create a new branch from master
	 $ cd <local_path>
	 $ git checkout -b <new_branch>

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 <file_changed>
	$ git commit -m "<Commit_message>"
	$ git push --set-upstream origin <new_branch> 

6.	Raise PR to merge into master for review

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com or Azure experts at vminspector@microsoft.com with any additional questions or comments.