Skip to content

Commit

Permalink
docs: update README.md for 1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Oct 23, 2023
1 parent b8a8907 commit 6956ddf
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,48 @@
# plugin-azure-cost-mgmt-cost-datasource
Plugin for collecting Azure Cost management data


---
## Azure Service Endpoint(in use)
<pre>
https://*.blob.core.windows.net
https://management.azure.com
https://login.microsoftonline.com
</pre>

----
## Schema Data
*Schema*
- billing_account_id (str):
- tenant_id (str):
- client_id (str):
- client_secret (str):
- customer_tenants (list):(Optional) Customer's tenant id list


*Example for EA*
<pre>
<code>
{
"billing_account_id": "*****",
"tenant_id": "*****",
"client_id": "*****",
"client_secret": "*****"
}
</code>
</pre>

*Example*
*Example for CSP*
<pre>
<code>
{
"billing_account_id": "*****",
"tenant_id": "*****",
"client_id": "*****",
"client_secret": "*****"
"customer_tenants":
- "*****"

}
</code>
</pre>
Expand Down

0 comments on commit 6956ddf

Please sign in to comment.