Skip to content

Commit

Permalink
address suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan committed Sep 25, 2024
1 parent 3419f2a commit cac2ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,10 @@ The following values can be found in the Azure Portal under *Cost Management > E
* `<STORAGE_ACCOUNT>` is the name of the Storage account where the exported Azure cost report data is being stored.
* `<STORAGE_ACCESS_KEY>` can be found by selecting *Access Keys* from the navigation sidebar then selecting Show keys. Using either of the two keys will work.
* `<STORAGE_CONTAINER>` is the name that you chose for the exported cost report when you set it up. This is the name of the container where the CSV cost reports are saved in your Storage account.
* `<CONTAINER_PATH>` should be passed empty if you do not have one and used only if there is more than one billing report that is exported to the configured container. The path provided should have only one billing export because OpenCost will retrieve the most recent billing report for a given month found within the path.
* `<CONTAINER_PATH>` should be used if there is more than one billing report that is exported to the configured container. The path provided should have only one billing export because OpenCost will retrieve the most recent billing report for a given month found within the path. If this configuration is not used, it should be set to an empty string `""`.
* `<CLOUD>` is the value which denotes the cloud where the storage account exists. Possible values are `public` and `gov`. The default is `public` if an empty string is provided.

Set these values into the to the Azure array in the `cloud-integration.json`:
Set these values to the Azure array in the `cloud-integration.json` file:

``` json
{
Expand Down

0 comments on commit cac2ee4

Please sign in to comment.