Aimless

Create the certificate for Azure Stack Hub PaaS automatically with PowerShell

Published: 2020-12-15 azurestack
Introduction This blog talks about the way to create the Let’s encrypt’s certificate for Azure Stack PaaS automatically with PowerShell. Because this way may be needed to join the preview of the new Azure Stack PaaS. Azure Stack Hub supports some Azure PaaS. At the this time, Azure Stack Hub supports the following PaaS. App Service(GA) Event Hub(GA) IoT Hub(Public preview) Azure Kuvernetes service(Private preview) Azure container registry(Private preview) Some

Azure と AWS 間で BGP な Site-to-Site VPN を実装する

Published: 2020-11-26 azure
はじめに 次のアナウンスのとおり、Azure の VPN Gateway で BGP over IPsec VPN する際に 169.254.x.x のアドレスを利用できるようになりました。 Multiple new features for Azure VPN Gateway are now generally available このアップ

Azure Arc enabled servers を利用して Azure PowerShell の認証を突破する

Published: 2020-11-18 azure
はじめに Azure Arc enabled servers を有効にすると、対象のマシン上で Azure Hybrid Instance Metadata Service が起動します。このサービスを利用することで、Azure 上の VM と同じようにメタデータ

Azure Stack Hub 2008 Update

Published: 2020-11-15 azurestack
Azure Stack Hub 2008 update がリリースされました。まだ触れていないのでドキュメントを前提として情報をまとめます。 Azure Stack Hub release notes VNet peering Azure Stack Hub にも VNet peering が実装されました。

Azure Resource Mover で Virtual Machine を別リージョンに移動する

Published: 2020-09-24 azure
Ignite 2020 で発表になった Azure Resource Mover を利用して、東日本リージョンの仮想マシンを米国西部2リージョンに移動してみました。 参考: Azure Resource Mover is now in public preview Azure Resource Mover documentation 前提

Azure Stack Hub のアナウンスまとめ(Ignite 2020)

Published: 2020-09-23 azurestack
Ignite 2020 で発表になった Azure Stack Hub 関連のアナウンスをまとめます。なお、Ignite 2020 における Azure Stack Hub のアナウンスは控えめでした。おそらく、Build 2020 で

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 が以前からサポートして