Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Resource Manager /batch API support #23799

Open
jkroepke opened this issue Nov 26, 2024 · 2 comments
Open

Azure Resource Manager /batch API support #23799

jkroepke opened this issue Nov 26, 2024 · 2 comments
Assignees
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request This issue requires a new behavior in the product in order be resolved. Mgmt This issue is related to a management-plane library.

Comments

@jkroepke
Copy link

jkroepke commented Nov 26, 2024

Feature Request

We plan to call multiple rest endpoints of Azure Resource Manager. In our use case, we have to fetch information about Virtual Machine Resources which are not availible through Resource Graph or Log Analytics.

As I know, the Portal is using the https://management.azure.com/batch?api-version=2020-06-01 REST endpoint to aggregate multiple calls together.

Now, I'm look for a similar solution here.

I tried to use the the search, however I only found tons of issue related to Azure Batch which seems an like an Azure Service not related to my request.

I'm aware that the Batch API is not part of https://github.com/Azure/azure-rest-api-specs, however this repository also contains other hand-crafted packages, like https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Nov 26, 2024
@jhendrixMSFT jhendrixMSFT added feature-request This issue requires a new behavior in the product in order be resolved. Mgmt This issue is related to a management-plane library. and removed question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Nov 26, 2024
@github-actions github-actions bot removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Nov 26, 2024
@lirenhe
Copy link
Member

lirenhe commented Nov 27, 2024

@jkroepke, our mgmt. SDK are all auto generated from API spec in https://github.com/Azure/azure-rest-api-specs.
Could you describe more about the goal you want to achieve? And what API/library have you tried but unable to get the expected result?

@jkroepke
Copy link
Author

Could you describe more about the goal you want to achieve?

Goal: Monitoring the Azure VM Agent status from Azure point of view. To archive that, i have to fetch all VM Resources in a 5 Minute interval.

Using single requests may result in API rate limits.

SDK are all auto generated from API spec in Azure/azure-rest-api-specs.

Is that true for https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azidentity or
https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/security/keyvault as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request This issue requires a new behavior in the product in order be resolved. Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

No branches or pull requests

4 participants