fix: standardize note formatting in README.md for consistency

This commit is contained in:
2026-03-24 11:56:42 +01:00
parent 6a1f332372
commit 3755329fe6

View File

@@ -141,7 +141,7 @@ Now, you can use rclone commands to interact with the emulator. For example, to
rclone ls azurite: rclone ls azurite:
``` ```
> **Note:** On modern Linux distributions and MacOS systems the `rclone.conf` file is typically located at `~/.config/rclone/rclone.conf`. > **Note** On modern Linux distributions and MacOS systems the `rclone.conf` file is typically located at `~/.config/rclone/rclone.conf`.
### Terraform ### Terraform
@@ -163,7 +163,7 @@ and initialize the module:
terraform init -backend-config=access_key=__base64_encoded_account_key__ terraform init -backend-config=access_key=__base64_encoded_account_key__
``` ```
> **Note:** Be aware that AI Agents may generate or suggest using the `endpoint` parameter, which will not work. You have to create *fake* account FQDNs in your `/etc/hosts` file as described in the installation steps. > **Note** Be aware that AI Agents may generate or suggest using the `endpoint` parameter, which will not work. You have to create *fake* account FQDNs in your `/etc/hosts` file as described in the installation steps.
You can use OAuth simulation with Terraform by adding the `use_azuread_auth` parameter to the backend configuration: You can use OAuth simulation with Terraform by adding the `use_azuread_auth` parameter to the backend configuration: