Aimless

Azure Stack Uptime Monitor で Azure Stack の稼働率を計測する

Published: 2019-02-24 azurestack
はじめに Azure CAT の [@_marcvaneijk] (http://twitter.com/_marcvaneijk) がリリースした Azure/azurestack-uptime-monitor を試しました。 Azure Stack Uptime Monitor とは Azure Stack Uptime Monitor とは、Azure Stack の ポータルと API エンドポイント の可用性を計測、可視化する

Create virtual machine on Azure Stack with Ansible

Published: 2019-02-24 azurestack
Introduction I tried creating a virtual machine with Ansible to Azure Stack. In conclusion, I was able to create a virtual machine with Ansible 2.4 and service principle. My environment ASDK 1901 @physical container Ubuntu 18.04 Ansible 2.7.7 At first, I used Ansible 2.7.7 which pip installed to my machine. Then, the following error about creating virtual network occurred. "msg": "Error creating or updating virtual network myVnet - Azure Error: NoRegisteredProviderFound\nMessage: No registered resource provider found for location 'local' and API version '2017-11-01' for type 'virtualNetworks'.

Ansible で Azure Stack に Virtual Machine を作る

Published: 2019-02-20 azurestack
はじめに 「Azure と一貫性をのある API を持つ Azure Stack なら、Ansible を使って Virtual Machine を作れるはずだ」ということで、ASDK を利用して実際に試して

Azure CLI で Azure Stack に接続する

Published: 2019-02-18 azurestack
はじめに Ansible で Azure Stack を操作する デモ をやるために、Azure CLI による認証を試したのでメモ。 参考:Use API version profiles with Azure CLI in Azure Stack 環境 ASDK 1901 @物理コンテナ 手順

Azure Stack 1901 Update

Published: 2019-02-09 azurestack
はじめに Azure Stack 1901 Update がリリースされました。気になった箇所をまとめます。1901 Updateからは、新機能満載というよりも堅実な不具合修正という印

Azure Stack infrastructure backup with self-certificate of Key Vault

Published: 2019-02-09 azurestack
Azure Stack 1901 Update で、Azure Stack Infrascture backup を設定する際に CER フォーマットの証明書(=公開鍵のみ)が必要になりました。New-AzsEncryptionKey

Ansible で Azure IaaS VM backup を有効化する

Published: 2019-02-08 azure ansible
はじめに Ansible で Azure の Virtual Machine に対して IaaS VM Backup を有効化するのに苦戦したのでメモ。 モジュールが対応していない? Azure IaaS VM backup は、Recovery Service Vault によって提供

Logic Apps を利用して JSON でメールを送る

Published: 2019-02-05 azure
はじめに 運用で利用するスクリプトに確認結果をメール通知する処理を書いている際に、「JSON を投げつけたらメールが飛んでくれる何かがあったら超

Azure Stack の SLA

Published: 2019-02-02 azurestack
Azure では、各サービスごとに 稼働率の SLA が定められています。例えば仮想マシンの場合、マイクロソフトは、99.9%以上の時間においてプレミアムストレ

Terraform から Azure CLI を実行する

Published: 2019-01-31 azure
はじめに Azure 上のリソースに作った人の名前をタグ付けする仕組み(azure-auto-tagging)を作っています。仕組みに必要な PaaS を Terraform で一発