まったり技術ブログ

Webエンジニアのセキュリティブログ

2020-04-01から1ヶ月間の記事一覧

【Azure】Azure CLIでApplication Gateway WAFを操作 - カスタムルール編

はじめに Azure CLI(azコマンド)で Application Gateway WAF を操作 1. WAFポリシー 1-1. WAFポリシーの作成 (create サブコマンド) 1-2. WAFポリシーの詳細表示 (show サブコマンド) 2. カスタムルール 2-1. カスタムルールの作成 (create サブコマンド) 2-…

【Azure】Azure CLIコマンド(az)でApplication Gatewayを停止

はじめに 利用するバージョン 検証 Application Gateway の状態を確認(az network application-gateway list) Application Gateway の停止(az network application-gateway stop) Application Gateway の起動(az network application-gateway start) …