[Azure] Azure Logic App - 寫入 Azure Storage Table 資料
之前數篇文章 ( https://blog.no2don.com/search/label/AzureStorage ) 我們聊到如何使用 Microsoft.Azure.Cosmos.Table 操控 Azure Storage Table ,今天我們要來看一下如何使用 Auzre Logic App 寫入 Azure Storage Table ,這邊只能說非常溫馨…
1. 這邊是我測試的 模型資料
2.接下來就是進入 Azure Logic App ,並且加入一個 When a HTTP Request is Received
這時候要輸入一個 JSON Schema ,您可以到這網站轉換 https://jsonschema.net/home ,這邊是我將 Step1 的 物件轉 schema 的 code ,並且貼入
3.加入一個 Azure Table 的 Action,並且我是選用 InsertOrReplace ,並且將 指向 Step2 的 PK,RK , Entity 的部分我就是選擇 The root of schema
4. 加入一個 Response ,選擇 Step3 的 body
接下來就是測試的部分了,下面是我 post 過去的 C# code ,至於 你要 post 到哪一個網址,儲存該設計後會再 Step2 拿到網址
Azure Logic App Code :
Result:
結論,一個舒爽溫馨,整個就是不用很了解寫 code 就可以點點按按完成一個串接 Azure Storage Table 的 API 推薦給大家。
標籤:
Azure
,
AzureStorage
,
DevOps
,
LogicApp
,
Serverless
-- Yesterday I wrote down the code. I bet I could be your hero. I am a mighty little programmer. 如果這篇文章有幫助到您,簡單留個言,或是幫我按個讚,讓我有寫下去的動力...