Azure

Azure

Azure Powershell を使ってAzure Application Gateway に新しいバックエンドプールを追加する

すでに存在する Azure Application Gateway に、新しいバックエンドプールと、バックエンドで動作する VM を追加することを自動化する必要があったので、Azure Powershell にてスクリプト化しました。 $r...
Azure

Azure Key Vault へアクセスするときに 「’PerTypeValues`1′ のタイプ初期化子が例外をスローしました。」が発生する

例外「'PerTypeValues`1' のタイプ初期化子が例外をスローしました。」 が発生 Azure Key Vault のシークレットから値を取得するときに、「'PerTypeValues`1' のタイプ初期化子が例外をスローしました...
Azure

ローカル開発環境から Azure Key Vault にアクセスする

Azure Key Vault 参照時に401 Unauthrized エラーが発生 ローカル開発環境で Azure Functions(HttpTrigger) を開発中に、Functions 内で Azure Key Vault のシー...
Azure

Failed to verify “AzureWebJobsStorage” connection specified in “local.settings.json”. Is the local emulator installed and running? の対処法

はじめに:Azure Functions のタイマートリガーでローカルデバッグするとエラーでデバッグできない Azure Functionsのタイマートリガーをローカルでデバッグしようとすると、画像のようなワーニングメッセージが表示されます...