docs: update storage.md, fix Azure Sync connect example (#2010)

In the sync code example there was also an `await`.


![image](https://github.com/user-attachments/assets/4e1a1bd9-f2fb-4dbe-a9a6-1384ab63edbb)
This commit is contained in:
Josef Gugglberger
2025-01-10 18:01:19 +01:00
committed by GitHub
parent 998c5f3f74
commit 55ffc96e56

View File

@@ -732,7 +732,7 @@ Azure Blob Storage credentials can be configured by setting the `AZURE_STORAGE_A
```python
import lancedb
db = await lancedb.connect(
db = lancedb.connect(
"az://my-container/my-database",
storage_options={
account_name: "some-account",