trying to find .net SDK to fetch subscription and service limits

srikanth sankabathula 46 Reputation points
2023-02-01T08:14:40.1533333+00:00

Working on solution to develop a function to fetch the subscription limits using SDK or and REST API, then fetch existing usage with a subscription, calculate the difference between limit vs usage and add some alerts around when usage reaches close 85%. Trying to find the SDK which returns the subscription level limits, referred below doc which talks about the service limits but looking for SDK .

https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
{count} votes

Accepted answer
  1. MuthuKumaranMurugaachari-MSFT 22,276 Reputation points
    2023-02-06T16:19:20.3966667+00:00

    @srikanth sankabathula Thanks for posting in Microsoft Q&A. For managing Azure resources, use Azure.ResourceManager namespace and here is .NET SDK reference: Microsoft Azure Resource Manager client library for .NET SDK

    However, service limits for subscription are not included in Rest API and hence SDK cannot support it. If you are in need of this feature, feel free to submit feedback via forum and our product team can review and prioritize it. Others can also upvote your ideas.

    For service specific, check for namespaces starting with Azure.ResourceManager. in the reference and for example, Azure.ResourceManager.Compute for compute resources (ComputeUsage).

    I hope this helps with your question and let us know if any questions.


1 additional answer

Sort by: Most helpful
  1. srikanth sankabathula 46 Reputation points
    2023-02-07T08:00:16.88+00:00

    Hi @MuthuKumaran Murugaachari , in PS Get-AzNetworkUsage -location returns a list of network resourceType and it limits as shown below, do we have a SDK that we can use to fetch similar information ? Regards Sri

    networkUsage