Azure_website
Static Website Pages –> Blob Ref:Host a static website in Azure Storage C#.Net API –> Azure App Service TODO
Static Website Pages –> Blob Ref:Host a static website in Azure Storage C#.Net API –> Azure App Service TODO
記錄用 證照考試因為接觸到的資源是以英文為主, 為了避免關鍵字句不習慣翻譯版本(甚至簡體中文), 所以考試可能、預設採用英文, 但是英文閱讀能力不頂尖的可能會敗在情境題組, 如:一整頁說明現況、各類型需求後, 再往下才會看到真正的題目。 實際應考發現, 各種英文閱讀考試技巧確實有用, 大概如下: 快速掃描一次情境敘述,弄清楚『各處資訊類型』 看題目、選項後再去文章找有關資訊 答題 另方面, 上完證照課程後 "絕對" 不要直接去考試, 請去刷一下題庫感受一下: 出題方式 出題方向 畢竟結果還是王道。
No need ‘vmnetcfg’, just do 「3 Steps」: check ‘VMNet’ on Host add new ‘Network Adapter’ Config Network on Guest Enjoy it ps. Because the image i used is backuoed from other pc(windows server 2003), so i added a new ‘Network Adapter’. Maybe you can edit config the #1 Net Adapter.
購買 Azure 訂閱中 Devops 要注意的部分, 可以使用 Devops 的訂閱狀況有 3 種: Azure basic Visual Studio Enterprise Visual Studio Professional ps. 若您的訂閱都不是上列方案,卻可以使用 Repos、Pipelines MS Hosted 的話就恭喜了
產生並信任你自己的憑證 https://letsencrypt.org/zh-tw/docs/certificates-for-localhost/ openssl req -x509 -out localhost.crt -keyout localhost.key \ -newkey rsa:2048 -nodes -sha256 \ -subj '/CN=localhost' -extensions EXT -config <( \ printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth") 也說了 minica 2 https://gist.github.com/cecilemuller/9492b848eb8fe46d462abeb26656c4f8 有些方法 還有 mkcert <– 最方便