Aimless

How to check the progress of Azure Stack Hub Update more efficiently

Published: 2020-08-26 azurestack
Introduction We can check the recent status of Azure Stack Hub update at the “Update” view. And we can download the detailed progress as a super big JSON file. We can check this JSON file by using VScode because VScode can convert the JSON file more easily-to-read with “Format Document”. But I believe this operation is not efficient because human is not good at reading a JSON file. Based on my guess, this entry explains how to check the detailed progress of Azure Stack Hub Update more efficiently.

Azure Stack Hub 2005 Update

Published: 2020-08-25 azurestack
はじめに Azure Stack Hub 2005 Update が配信されました。前回の2002 Update の配信が2020年3月でしたので、5か月ぶりのアップデートになります。原則として Azure Stack Hub の

新しい Azure Stack HCI のざっくりまとめ

Published: 2020-08-01 azure
08/01 ゲスト OS のライセンスを更新 Inspire 2019 で新しい Azure Stack HCI が発表されました。セッション動画や公式ドキュメントをもとに何が変わったのかを振り返ります。 なお

Invoke-AzRest を使って Azure の API を直接叩く

Published: 2020-07-25 azure
はじめに Az モジュールに Azure の API を直接叩くための Invoke-AzRest コマンドが実装されました。 公式アナウンス:How to manage Azure resources with the new PowerShell Invoke-AzRestMethod cmdlet Azure CLI が以前からサポートして

Azure Virtual WAN の P2S VPN には2つの接続方法がある

Published: 2020-07-08 azure
はじめに Virtual WAN のドキュメントにユーザー VPN クライアント用にグローバルまたはハブベースのプロファイルをダウンロードするという記事を見つけました。こ

Azure Arc enabled servers が Azure の運用管理サービスとの連携を強化した

Published: 2020-06-22 azure
はじめに 6/17 に Azure Arc のドキュメントが更新されました。この時に追加されたドキュメントが Virtual machine extension management with Azure Arc for servers (preview) です。ドキュメントによると、Azure ポ

Hugo なブログを Netlify から Azure App Service Static Web Apps に移行する

Published: 2020-05-26 azure
はじめに Microsoft Build 2020 にて App Service Static Web Apps がパブリックプレビューになりました。 Introducing App Service Static Web Apps Static Web Apps が Netlify で利用している次の機能をサポートしていそうだったので、

Azure Stack Hub のアナウンス(Microsoft Build 2020)

Published: 2020-05-20 azurestack
イベントの発表をまとめておくと未来の自分が助かることが分かってきたので、Microsoft Build 2020 で発表された Azure Stack Hub の情報をまとめます。 サマリは

what-if を利用して ARM テンプレートを Dry run する

Published: 2020-05-04 azure
はじめに Infrastructure as code(IaC) を実現するツールの中には Dry run の機能を有するものがあります。有名どころだと Terraform の terraform plan でしょうか。Dry run の機能があればツールがどの

Azure Firewall の Network rule で FQDN を使う

Published: 2020-05-01 azure
はじめに Azure Firewall に Network rule で FQDN を使う機能が実装されました。おそらく 2019年 10月くらいに。 { "name": "L4-traffic-with-FQDN", "description": "Block traffic based on source IPs and ports to amazon", "sourceAddresses": [ "10.2.4.12-10.2.4.255" ], "destinationPorts": [ "443-444", "8443" ], "destinationFqdns": [ "www.amazon.com" ], "protocols":