PowerPlatform
Azure Functions 发布成功但 API 返回 HTTP 500 的处理手顺
——以 Azure SQL Database 连接设定缺失为例 在使用 Visual Studio 发布 Azure Functions 时,可能会遇到这样一种情况: 发布画面显示 ...
| PowerPlatform | 7 reads
Power Apps 使用 Launch 或 Custom Connector 呼叫 Azure Functions API 的簡單記錄
最近測試了從 Power Apps 呼叫 Azure Functions API 的方法。 最開始使用的是 Launch(),例如: Launch("https://xxxxx.azurewebsites.net/api/Function1?code=xxxxx") 這種方式確實可以觸發 Azure Functions ...
| PowerPlatform | 5 reads
Visual Studio 找不到 .NET 10.0 Isolated 選項時的處理方法
最近在 Visual Studio 建立 Azure Functions 專案時,遇到一個問題。 明明本機已經安裝了 .NET 10 相關元件,但在建立 Azure Functions 專案的畫面中,Functions worker 下拉選單裡仍然沒有出現: .NET 10.0 Isolated 一開始看到的選項大概只有 ...
| PowerPlatform | 5 reads
Azure Functions、.NET LTS、In-process / Isolated Worker 备忘 Q&A
Q1. 我想用 Azure Functions,有没有完全不受支持时间限制的方案? 没有。 Azure Functions Runtime、.NET、Node.js、Python、Java 这些都有自己的生命周期。 所以不存在“选一次,以后永远不用管”的技术栈。 现实做法是 ...
| PowerPlatform | 2 reads
Access 系統移行到 Power Platform 時的三種架構方案比較:Dataverse、Azure SQL、Azure Functions 的差異
最近在研究一個既有的 Access 系統移行問題。這類 .accdb 系統通常不只是「資料庫檔案」,而是把資料表、查詢、畫面、VBA、報表、列印預覽等功能全部包在一起的小型業務系統。以「処理状況等管理システム」這類 Access 系統為例,它本身就是準備往 Power Platform 方向移行的既有 Access 系統 ...
| PowerPlatform | 9 reads
Access 帳票要移行到 Power Platform,最小成本到底該用什麼做輸出?
最近在思考一個很現實的問題: 如果原本的系統是 Access + VBA + Report, 現在想移行到 Power Platform, 那原本 Access 裡面的「輸出帳票」到底該怎麼處理? 很多人一聽到 Power Platform,就會直覺想到 Power Apps、Power BI、Dataverse、Power Automate。 但如果問題是「帳票輸出」或「印刷」,答案其實不一定是 Power BI ...
| PowerPlatform | 6 reads
Dataverse 路線下,Access SQL 不能直接搬過去嗎?——Power Apps / Power BI / Dataverse View 的分工整理
在 Access 系統移行到 Power Platform 時,最容易誤解的一點是: 「既然資料都搬到 Dataverse 了,那我原本 Access 裡寫好的 SQL,是不是可以直接拿來用?」 答案其實很殘酷: 如果後端選 Dataverse,那麼 Power Apps、Power BI、Dataverse View 這三個地方,基本上都不是直接寫 SQL 的地方。 這也是為什麼傳統 Access 系統移行到 Dataverse 時,不能單純理解成「把資料庫搬過去」。 它更像是把原本集中在 Access 查詢裡的邏輯,拆散到 Power Platform 的不同元件裡 ...
| PowerPlatform | 10 reads
從 Access 移行到 Power Platform,最合理的架構其實不是「全搬到 Dataverse」
最近在研究一個既存的 Access 系統移行問題。 這個系統不是單純的資料庫,而是典型的 Access 業務系統 ...
| PowerPlatform | 7 reads
為什麼「Access 帳票系統移行到 Power Apps」不一定是好主意?
最近在思考一件事: 如果一個既有的 Access 系統,尤其是以帳票、印刷、複雜畫面操作為中心的業務系統,被要求「移行到 Power Apps」,這件事到底現不現實 ...
| PowerPlatform | 5 reads
Power Apps / Dataverse 初學整理:Canvas App、Solution、Publisher 與 Dataverse Table 基礎理解
最近在建立新的 Power Apps 環境時,對於: Canvas App Solution Publisher Dataverse Table 系統表 / Custom 表 之間的關係產生了不少疑惑。 本文整理成一篇「初學者向」的 STEP 操作筆記 ...
| PowerPlatform | 3 reads
从 Access VBA 重构到 Microsoft Power Platform:这不是迁移,而是整套系统重做
结论:不是“迁移”,而是“重做一套”。Access 的数据可以迁到 Dataverse,但 VBA、窗体 UI、报表、复杂按钮逻辑基本不能原封不动搬过去。你这个方向等于是把「処理状況等管理システム」迁到 Power Platform ...
| PowerPlatform | 16 reads