Azure Storage
This integration allows you to use Azure storage accounts
Configuration
To add the Azure Storage service to your Home Assistant instance, use this My button:
Manual configuration steps
If the above My button doesn’t work, you can also perform the following steps manually:
-
Browse to your Home Assistant instance.
-
In the bottom right corner, select the
Add Integration button. -
From the list, select Azure Storage.
-
Follow the instructions on screen to complete the setup.
Blob container name to store the backups. If the container does not exist, it will be created. Defaults to hass-backups
.
Known Limitations
- Only storage accounts that have a default URL
storageaccountname.blob.core.windows.net
are supported at this point - Since only key based authentication is possible, this has to be enabled in your storage account.
Removing the integration
This integration follows standard integration removal. No extra steps are required.
To remove an integration instance from Home Assistant
- Go to Settings > Devices & services and select the integration card.
- From the list of devices, select the integration instance you want to remove.
- Next to the entry, select the three-dot
menu. Then, select Delete.
Troubleshooting
Authentication failure
Check that your storage account allows Shared Key
access