Skip to content

Commit

Permalink
chore: 更新 Azure Function Queue Trigger 開發實作筆記 (以Python為例)
Browse files Browse the repository at this point in the history
修正了本機 Azure Storage 環境變數設置的錯誤,修正了連接字串中的 AccountKey 與 Account(devstoreaccount1) 的問題。
  • Loading branch information
marsen committed Sep 10, 2024
1 parent a49e696 commit c140997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_posts/2024/azure_function_developer_with_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Azurite Table service is starting at http://127.0.0.1:10002
為了方便操作本機 Azure Storage,
我們需要設置 AZURE_STORAGE_CONNECTION_STRING 環境變數:
這裡要查看[微軟官方文件取得地端連線字串](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio%2Cblob-storage#connect-to-azurite-with-sdks-and-tools)
你們可以看到
你們可以看到它包含了一組 AccountKey 與 Account(devstoreaccount1)
這個例子中我們只使用了 Azurite Queue Service

```terminal
Expand Down

0 comments on commit c140997

Please sign in to comment.