Aimless

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":

PowerShell を使って Azure のサポートリクエストを送信する

Published: 2020-04-21 azure
API を利用して Azure のサポートリクエストを送信できるようになりました。Public Preview を経由せずにいきなり GA したような気がします。 Azure サポート API の一般

Azure Stack Hub の新しい PaaS の仕組み

Published: 2020-04-19 azurestack
Event Hub on Azure Stack Hub が Public Preview になりました。 The preview version of Event Hubs on Azure Stack Hub is now available 2018年9月の Ignite 2018 でアナウンスされてから約1年半越しでのリリースです。Event

Private Link 経由で Azure Storage の Static website を使う

Published: 2020-04-08 azure
はじめに Azure の Storage Account が Private Link をサポートしたので、「Static website も Private Link 経由で動くのか」という疑問を評価してみました。 Web 向けの Private Link を作る Storage Account 向けの Private

Azure Stack Hub 2002 Update

Published: 2020-03-19 azurestack
Azure Stack Hub 2002 Update がリリースされました。本エントリでは、2002 Update の気になった点をまとめます。ただし、2002 Update の環境を触れていないので、本エントリ

Lighthouse を利用して 別テナントの Shared Image Gallery を利用する

Published: 2020-03-06 azure
はじめに Shared Image Gallery は別テナントにイメージを共有する機能を持っています。ですが、公式ドキュメントに記載されている共有の方法が気軽ではありません。A

Monitoring the expiration of App Service RP's secret on Azure Stack Hub

Published: 2020-02-22 azurestack
App Service Resource Provider on Azure Stack Hub contains four secrets. Azure Stack Hub Operator needs to rotate these secrets. Encryption Keys Connection Strings Certificates System Credentials The most important secret is Certificates. If you forget rotating these certificates, App Service RP and App Service on a tenant side don’t run normally. But the admin portal doesn’t alert the expiration of these certificates. Unfortunately, The admin portal can alert the only expiration of the deployment certificate.