Using azure-sdk-for-net with azure.com

C# integration

✓ Official SDK
Install
dotnet add package azure-sdk-for-net
List blueprint definitions.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Blueprint/blueprints
Get a blueprint definition.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
List published versions of given blueprint definition.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-net
C#
API
azure.com
azure.com:blueprint-blueprintDefinition
At a glance
Language C#
Endpoints14
✓ Official