topics
Summary
Details
すべての Azure Event Grid リソースの診断設定を構成する
Impact: Low Category: Monitoring and Alerting PG Verified: Preview
Description:
カスタム トピック、システム トピック、ドメインなどの Azure Event Grid リソースで診断設定を有効にすると、診断情報を取得して表示し、障害を効果的にトラブルシューティングできるようになります。
Potential Benefits:
Enhanced troubleshooting for Event Grid
Learn More:
ARG Query:
Click the Azure Resource Graph tab to view the query
// under-development
配信できないイベントを保存するためにデッドレターを構成する
Impact: Low Category: Personalized PG Verified: Preview
Description:
Event Grid は、特定の時間内または数回試行してもイベントを配信できない場合があり、配信されないイベントがストレージ アカウントに送信される配信不能が発生します。
Potential Benefits:
Saves undelivered events
Learn More:
ARG Query:
Click the Azure Resource Graph tab to view the query
// under-development
Azure Event Grid トピックでは Private Link プライベート エンドポイントを使用する必要があります
Impact: Medium Category: Security PG Verified: Preview
Description:
プライベート エンドポイントを使用して、パブリック インターネットを回避し、プライベート リンク経由でカスタム トピック/ドメインへの安全なイベント受信を行います。トピック/ドメインの VNet 空間からの IP を使用します。
Potential Benefits:
Secure, private VNet ingress
Learn More:
ARG Query:
Click the Azure Resource Graph tab to view the query
// Azure Resource Graph Query
// Find all eventgrid services not protected by private endpoints.
Resources
| where type contains "eventgrid"
| where properties['publicNetworkAccess'] == "Enabled"
| project recommendationId = "b2069f64-4741-3d4a-a71d-50c8b03f5ab7", name, id, tags
| order by id asc