Deploy docker image to Azure
將 Docker 映像部署至 Azure 容器執行個體
將 Docker 映像部署至 Azure 容器執行個體
從 Azure Pipelines 內更動 DB 的方式 psql .... SSH task –> Postgres + SSH Docker task(ver.1) + Run postres docker –> psql…
使用 Azure Pipelines 編譯 dotnet 時遇到一個狀況記錄下來。 專案中有使用了沒有綁定 TimeZone 的時間相關函式, 造成資料寫入 DB 時有偏差, (DB 已設定) 可以嘗試設定 Agent 的 TimeZone 設定, (透過 PowerShell task): Win: Get-TimeZone Set-TimeZone "Taipei Standard Time" Get-TimeZone Ubuntu: sudo timedatectl set-timezone Asia/Taipei
Azure Devops 內的 Git 權限設定,AZ-400會有考題問到關於 Pull、Push 所需要設定的權限。 實際測試要有 「Contribute」 才能 Push。
Go Deployment in Menu then select Local Git item. Configure credential. Push Source to Git Repo @ Azure