@anansi-lineage/azure-import
v1.1.0
Published
Package is used for read-only access to Azure Resources.
Downloads
6
Readme
Azure-Import
Step 1: POST Request - tenentIdOauth2TokenPost
In this request, we will obtain Azure access tokens by including "grant_type," "client_id," "client_secret," and "resource" in the request body. These generated tokens will be used to retrieve Azure resources in JSON format.
Step 2: GET Request - subscriptionsSubscriptionIdResourcesGet
For the GET request, we will include the access token in the authentication header, specifying the token type as "Bearer token."
To use this package, use: npm install @anansi-lineage/azure-import