雲原生技術工作坊
Kubernetes/Linux/Docker/Container/DevOps
紀錄一下踩的坑
Azure Immersion: Cloud Native 實作坊
https://github.com/Microsoft-CloudRiches/MCW-Cloud-native-applications/blob/master/Hands-on lab/Before the HOL - Cloud-native applications.md
- Task 1: Setup Azure Cloud Shell
Azure cloud command 一開始一直卡在 request 沒辦法 success
我是用 Vivaldi 瀏覽器,後來用 Chrome 開就成功了,然後回 Vivaldi 也可以正常用
- Task 6: Deploy ARM Template Step 2 => code azuredeploy.parameters.json
Suffix 會影響建立的 DNS 比如填了sol 會嘗試生成 fabmedicalsol.azurecr.io
但Demo就是用sol這三個字,導致錯誤:AlreadyInUse
解決方法是要用沒人用過可以產生唯一的字詞 - Task 7: Create a GitHub repository Step 13 => git push -u origin master
GitHub 如果有二因素認證會登入失敗,下面有備註說明,要改用 token 當作密碼來登入
https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token
權限記得勾選 workflow & repo - Task 6: Push images to Azure Container Registry
ACR 是 Azure Container Registry,然後燒了幾百塊,待續…