Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 686 Bytes

File metadata and controls

23 lines (15 loc) · 686 Bytes

Bleess.Azure.VM.Metadata

Strongly typed dotnet client for Azure VM instance metadata service

See MS documentation on VM metadata and scheduled events https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service

Features

  • Query Azure VM Metadata instance service (Instance, Attested, ScheduledEvents)
  • Start scheduled events
  • Validation of attested metadata

Usage

Add the nuget package Bleess.Azure.VM.Metadata

This package is meant to be used with Microsoft.Extensions.DependencyInjection

serviceCollection.AddAzureVmMetadataClient();

Once registered, instances of IVmMetadataClient can be injected as a dependency.