home-assistant.io/source/_integrations/azure_storage.markdown
Franck Nijhof cb6c735dd5
2025.3: Beta release notes (#37717)
* 2025.3: Beta release notes

* 2025.3: Sync with codebase

* 2025.3: Tweaks

* tiny tweaks

* tweaks

* some more tweaks

* Update 2025-03-05-release-20253.markdown

* update

* missing breaking change

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-02-26 19:18:13 +01:00

1.6 KiB

title description ha_release ha_category ha_iot_class ha_config_flow ha_domain ha_codeowners ha_integration_type ha_quality_scale
Azure Storage Instructions on how to setup Azure storage accounts to be used with backups. 2025.3
Backup
Cloud Polling true azure_storage
@zweckj
service bronze

This integration allows you to use Azure storage accounts for use with Home Assistant Backups.

{% include integrations/config_flow.md %}

{% configuration_basic %} Storage account name: description: "The name of the storage account. Only the name, nothing else." Container name: description: "Blob container name to store the backups. If the container does not exist, it will be created. Defaults to hass-backups." Storage account key: description: "One of the two storage account keys. Used to authenticate against the storage account" {% endconfiguration_basic %}

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.

{% include integrations/remove_device_service.md %}

Troubleshooting

{% details "Authentication failure" %}

Check that your storage account allows Shared Key access.

{% enddetails %}