EventGrid サブスクリプションを更新するための PowerShell スクリプトがあります。考えられるシナリオの 1 つは、サブスクリプション サブジェクトのプレフィックス/ポストフィックスを設定して値を定義することです。
Update-AzureRmEventGridSubscription -ResourceGroup $ResourceGroupName -TopicName $EventGridTopicName -EventSubscriptionName $Subscription.name -SubjectEndsWith $Subscription.subjectEndsWith
値が null または空でない場合、正常に動作します。しかし、 '' に設定する必要がある場合はスローします
Cannot validate argument on parameter 'SubjectBeginsWith'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again
サブスクリプションを再作成する必要がありますか?