diff --git a/docs/configuration/azure.mdx b/docs/configuration/azure.mdx index c4b020b..9e58cad 100644 --- a/docs/configuration/azure.mdx +++ b/docs/configuration/azure.mdx @@ -299,10 +299,10 @@ The following values can be found in the Azure Portal under *Cost Management > E * `` is the name of the Storage account where the exported Azure cost report data is being stored. * `` can be found by selecting *Access Keys* from the navigation sidebar then selecting Show keys. Using either of the two keys will work. * `` 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. -* `` 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. +* `` 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 `""`. * `` 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 {