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

C# integration

✓ Official SDK
Install
dotnet add package azure-sdk-for-net
Lists all of the available Logic REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Logic/operations
Gets a list of workflows by subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Logic/workflows
Gets a list of integration accounts by subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-net
C#
API
azure.com
azure.com:logic
At a glance
Language C#
Endpoints106
✓ Official