diff --git a/src/isar/storage/blob_storage.py b/src/isar/storage/blob_storage.py index a7806a04..c6f474de 100644 --- a/src/isar/storage/blob_storage.py +++ b/src/isar/storage/blob_storage.py @@ -55,7 +55,7 @@ def _upload_file(self, path: Path, data: bytes) -> str: except Exception as e: self.logger.error("An unexpected error occurred while uploading blob") raise StorageException from e - return blob_properties["etag"] + return blob_client.url def _get_blob_service_client(self) -> BlobServiceClient: try: