Madhu Challapalli Thanks for posting your question in Microsoft Q&A. Quickly reviewing the correlation id, you shared, I found the following error message in the logs:
{"error":{"code":"InvalidParameterValueInContainerTemplate","message":"The following field(s) are either invalid or missing. Field 'template.containers.functions-container.image' is invalid with details: 'Invalid value: \"<xxx>.azurecr.io/sandbox/ctr-adr-egpoc:latest\": GET https:?scope=repository%3Asandbox%2Fctr-adr-egpoc%3Apull&service=<xxx>.azurecr.io: UNAUTHORIZED: authentication required, visit https://aka.ms/acr/authorization for more information.';."}}
From the error message, it looks like the field has invalid value or a private container registry missing the credentials for authentication.
Please validate the field value is correct (sample value for docker: DOCKER|myacr.azurecr.io/myimage:mytag
from doc reference) and if it is private container registry, add three registry settings in your bicep template as described in doc: Application Configuration.
I hope this helps and let me know if any questions.
If you found the answer to your question helpful, please take a moment to mark it as Yes
for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.