Azure Stack の Virtual Machine の IOPS

はじめに Azure Stack 上で利用できる Azure のサービスは、Azure と一貫性がありますが違いもあります。主要な違いと考慮事項は次の URL にまとまっています。ただし、あくまでも主要な部分であってすべての注意点が記載されているわけではありませんのでご留意ください。 ...

2019-04-27 · 3 分 · kongou_ae

Azure Stack Integrated system を自分で直す

はじめに Azure Stack を修理する に記載したとおり、Azure Stack Integrated system を直すためには、原則として Microsoft のサポートが必要です。ただし、Microsoft のサポートがなくても一部の障害を修理できます。 ...

2019-04-18 · 2 分 · kongou_ae

Azure Stack Integrated systems 上の Virtual Machine を Azure のサービスで運用する

はじめに Azure Stack Integrated systems 上の Virtual Machine を Azure の運用管理サービスで運用管理してみます。対象のサービスは次の通りです。 Log Analytics Azure Monitor Azure Monitor for VMs Update Management Security Center 2019年4月現在の Azure Stack Integrated systems にはこれらの運用管理サービスが存在しません。正確に言うと Azure Monitor は存在しますが、サポートするメトリクスが少ない、アラート機能がないなど、その機能は Azure の Azure Monitor に遠く及びません。Azure が提供する運用管理サービスを利用するならば、Azure 一択です。 ...

2019-04-14 · 4 分 · kongou_ae

Azure Stack 1903 Update

はじめに Azure Stack 1903 Update がリリースされました。 #AzureStack 1903 update is out. https://t.co/hO2cPXWTCu. ~16h to update — Vijay Tewari (@vtango) 2019年4月3日 ASDK 1903版の ASDK はリリースされませんでした。今までは Integrated systems のリリースに追随して ASDK もリリースされていたと思います。リリースされなかった理由は目立った新機能や改善がなかったからだと思いますが、事情が気にになります。 ...

2019-04-04 · 2 分 · kongou_ae

Let's Encrypt と Azure DNS を使ってサーバ証明書を作成する

はじめに Azure Stack Development Kit を独自ドメインでデプロイするために公的なサーバ証明書が必要だったので、Let's Encrypt と Azure DNS を使って作りました。Azure Stack の都合上、サーバ証明書を利用するサーバ自身が Let's Encrypt を利用して自分のサーバ証明書を発行する方式ではなく、一般的な認証局のサーバ証明書を使うときと同じように CSRを作成したうえで認証局に署名してもらう手法を試しました。 ...

2019-03-10 · 4 分 · kongou_ae

Azure Stack 1902 Update

はじめに Azure Stack 1902 Update が公開されました。気になった個所をまとめます。 AzS Update - 1.1902.0.69 was released. #AzureStackJP — こんごー (@kongou_ae) 2019年3月6日 参考:Azure Stack 1902 update 新機能 1902 Update では新機能がリリースされませんでした。そもそも、リリースノートに New features の章が存在しません。残念。 ...

2019-03-07 · 2 分 · kongou_ae

App Service on Azure Stack( Resource Provider 編)

はじめに 本エントリは、App Service on Azure Stack の3本目です。 App Service on Azure Stack(サーバ証明書編) App Service on Azure Stack(ファイルサーバとSQLサーバの用意編) App Service on Azure Stack( Resource Provider 編) 前回のエントリーでは、App Service Resource Provider の前提となる ファイルサーバと SQL サーバをインストールしました。本エントリでは、Azure Stack 上の App Service をつかさどる App Service Resource Provider をインストールします。 ...

2019-03-05 · 4 分 · kongou_ae

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

はじめに Azure CAT の [@_marcvaneijk] (http://twitter.com/_marcvaneijk) がリリースした Azure/azurestack-uptime-monitor を試しました。 Azure Stack Uptime Monitor とは Azure Stack Uptime Monitor とは、Azure Stack の ポータルと API エンドポイント の可用性を計測、可視化するソリューションです。Ubuntu サーバ上で動作して、次の3つの機能を提供してくれます。 ...

2019-02-24 · 3 分 · kongou_ae

Create virtual machine on Azure Stack with Ansible

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'. The supported api-versions are '2014-12-01-preview, 2015-05-01-preview, 2015-06-15, 2016-03-30, 2016-06-01, 2016-07-01, 2016-08-01, 2016-09-01, 2016-10-01, 2016-11-01, 2016-12-01, 2017-03-01, 2017-04-01, 2017-06-01, 2017-08-01, 2017-09-01, 2017-10-01'. The supported locations are 'local'."I think that the reason is the different API version between Azure and Azure Stack. Ansible 2.7.7 uses API version 2017-11-01 for type virtual network. Azure supports this version. However, Azure Stack don’t support this version. ...

2019-02-24 · 3 分 · kongou_ae

Ansible で Azure Stack に Virtual Machine を作る

はじめに 「Azure と一貫性をのある API を持つ Azure Stack なら、Ansible を使って Virtual Machine を作れるはずだ」ということで、ASDK を利用して実際に試してみました。結論から言うと、Ansible 2.4 でサービスプリンシパルを使うと、Ansible で Azure Stack 上に Virtual Machine を作れました。 ...

2019-02-20 · 3 分 · kongou_ae

Azure CLI で Azure Stack に接続する

はじめに Ansible で Azure Stack を操作する デモ をやるために、Azure CLI による認証を試したのでメモ。 参考:Use API version profiles with Azure CLI in Azure Stack 環境 ASDK 1901 @物理コンテナ 手順 証明書をインポートする 今回の環境は自己証明書を利用した ASDK なので、事故証明書のエラーを回避するために Python に自己証明書をインポートします。公的な証明書を利用している Integrated Systems の場合、本手順は不要です。なお、ドキュメントの通りに自己証明書を /etc/ssl/certs/ca-certificates.crt にインポートしても証明書のエラーが出てしまいました。 ...

2019-02-18 · 2 分 · kongou_ae

Azure Stack 1901 Update

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

2019-02-09 · 3 分 · kongou_ae

Azure Stack infrastructure backup with self-certificate of Key Vault

Azure Stack 1901 Update で、Azure Stack Infrascture backup を設定する際に CER フォーマットの証明書(=公開鍵のみ)が必要になりました。New-AzsEncryptionKeyBase64 で生成されるランダムな文字列の代わりに、証明書に含まれる文字列を使うことにしたのでしょう。Azure Stack Operator としても、任意の文字列を保存するよりも、証明書を保存する方が楽です。 ...

2019-02-09 · 2 分 · kongou_ae

Azure Stack の SLA

Azure では、各サービスごとに 稼働率の SLA が定められています。例えば仮想マシンの場合、マイクロソフトは、99.9%以上の時間においてプレミアムストレージを利用する単一インスタンスへアクセスできることを保証しています。マイクロソフトのエンジニアは、この基準を達成するようにシステムを構築・運用しているはずです。 ...

2019-02-02 · 2 分 · kongou_ae

Azure Stack の Infrastructure Backup を Azure Files に保存する

はじめに Azure Stack をバックアップする(管理者向け)でまとめたとおり、Azure Stack の管理者向けバックアップは SMB のファイルサーバにバックアップファイルを保存します。ドキュメント上では、保存先としてサポートされているファイルサーバはオンプレミスのものだけであって、Azure Files はサポートされていません。 ...

2019-01-16 · 2 分 · kongou_ae

Collecting the status of Azure Stack's storage by PowerShell

Introduction This article explains the following commands. Get-AzsVolume Get-AzsDrive These commands were implemented on PowerShell for AzureStack 1.6.0 and can collect the status of Azure stack's storage. The case of Azure Stack before 1811 Update Azure Stack before 1811 doesn't have the capability to collect the status of own physical disk and virtual disk by API. Azure Stack Operator have to use OEM’s management tool to collect the status of own physical disk. And Azure Stack Operator have to use Privileged Endpoint to collect the status of own virtual disk which is on storage pool created by S2D. ...

2019-01-16 · 4 分 · kongou_ae

Azure Stack のディスクの状態を PowerShell で取得する

はじめに 本エントリーでは、PowerShell for AzureStack 1.6.0 で実装された、Azure Stack のストレージの状態を取得するコマンドをまとめます。 Get-AzsVolume Get-AzsDrive 1811 Update よりも古い Azure Stack の場合 1811 Update 未満の Azure Stack は、API を利用して物理ディスクと仮想ディスクの状態を取得できません。物理ディスクの状態を取得するためには OEM ベンダの管理ツールを利用する必要があります。また、S2D によって構成された Storage Pool に配置される仮想ディスクの状態を取得するためには Privileged Endpoint を利用する必要があます。 ...

2019-01-14 · 3 分 · kongou_ae

ハイブリッドクラウドへの旅路

初版:2018年12月 第二版:2019年12月 はじめに 本エントリーはMicrosoft Azure Stack Advent Calendar 2018の25日目です。 最終日となる本エントリでは、Azure Stack Hub に対する私の思いや考えをつらつらと書き連ねます。 ...

2018-12-25 · 4 分 · kongou_ae

Azure Stack Hub Operator とは

初版:2018年12月 第二版:2019年12月 はじめに 本エントリーはMicrosoft Azure Stack Advent Calendar 2018の24日目です。 本日のエントリでは Azure Stack Hub の登場によって生まれた Azure Stack Hub Operator という役割をまとめます。 ...

2018-12-24 · 2 分 · kongou_ae

Azure Stack Hub で PaaS を利用する

初版:2018年12月 第二版:2019年12月 第三版:2022年3月 はじめに 本エントリーはMicrosoft Azure Stack Advent Calendar 2018の23日目です。 本日のエントリでは Azure Stack Hub の PaaSについてまとめます。ただし、PaaS をちゃんと触れていないのでさらっとです。 ...

2018-12-23 · 3 分 · kongou_ae