Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EventGridSystemTopicEventSubscription with deadletter not working #26870

Open
nulllogicone opened this issue Dec 13, 2024 · 2 comments
Open
Labels
customer-reported Event Grid question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.

Comments

@nulllogicone
Copy link

Description

I want to create an event subscription for a FunctionApp on a SystemTopic but can not find how to define the DeadletterEndpoint. My pipeline has Az module v12.5.0 installed.

The following code is working but how can I define the storage account container for deadletter?

$funcid = "/subscriptions/$funcSubID/resourceGroups/$func_rg/providers/Microsoft.Web/sites/$funcapp/functions/$func_name" $func_evdo = New-AzEventGridAzureFunctionEventSubscriptionDestinationObject -ResourceId $funcid

New-AzEventGridSystemTopicEventSubscription -ResourceGroupName $resourceGroupName `       
   -eventSubscriptionName $eventSubscriptionName `         
   -systemTopicName $systemTopicName `         
   -destination $func_evdo

I searched this documentation but couldn't find something about DeadletterEndpoint or destination: https://learn.microsoft.com/en-us/powershell/module/az.eventgrid/new-azeventgridsystemtopiceventsubscription?view=azps-12.5.0

Script or Debug output

The parameter cannot be found that matches name - I tried DeadletterEndpoint or DeadletterDestination

Environment data

PSVersion: 7.4.6

Module versions

Az.Accounts: 4.0.0
Az.EventGrid: 2.1.0

Error output

@nulllogicone nulllogicone added needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Dec 13, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Dec 13, 2024
@isra-fel isra-fel added Event Grid Service Attention This issue is responsible by Azure service team. labels Dec 19, 2024
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl.

1 similar comment
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Event Grid question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

2 participants