Hello and welcome to Microsoft Q&A @Krishnamohan Nadimpalli .
I see you have an unusual error while trying to set up Storage Event trigger. This is an error message I have not seen before. Thank you for showing me something new.
From this message "The container name is not written in an accepted format."
, only two possibilities spring to mind immediately.
I suspect there are some unusual characters in the name of one of the containers.
Something like con/tai\******@nowhere.go
. Or maybe a control character. I haven't tried a name like that before, but it seems a likely cause to me.
There are REST API's which work on storage, and REST goes over https, so something which breaks a URL validation makes a likely culprit.
Another thought was compatibility with some legacy type of storage. This is less likely. Storage isn't my main area of expertise.
One good test is to try making a similar trigger on a different storage account. This would tell us whether the problem is limited to that storage account.
On the off chance there is some glitch in the browser session, can you try again after reloading the page, or on a different computer?