Krzysztof Madej
Krzysztof Madej
I have an issue with Function App with a long name. The function app has 33 letters and the slot 26 letters so in total it is below 60 characters....
**Related command** This is possible to use Managed Identity for custom topics like [this](https://learn.microsoft.com/en-us/azure/event-grid/managed-service-identity#create-an-event-subscription-by-using-a-managed-identity-for-delivery) ``` storageid=$(az storage account show --name demoStorage --resource-group gridResourceGroup --query id --output tsv) deadletterendpoint="$storageid/blobServices/default/containers/" az eventgrid...