Azure Functions Container Apps creates managed resource group without access

Patryk Mikolajczak 20 Reputation points
2023-10-14T14:58:35.9433333+00:00

Hi, I'm playing around with the in preview Azure Functions in Container Apps. I've deployed a dummy app with the azure-functions/dotnet7-quickstart-demo image. Unfortunately I cannot edit the Container App - can't edit scale rules or containers deployed in the Container App. The error states, that I have no access to the resource group named 'managed environment functions app' created for the Function App. I can't move the resource from the 'managed environment functions app' to any other one. Can't edit tags for those as well. In the access tab of the managed resource group, I am assigned as the owner.

Does anyone know a solution, had this issue? I'm sadly running a no support plan and can't create support tickets.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,978 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
419 questions
{count} votes

Accepted answer
  1. navba-MSFT 24,270 Reputation points Microsoft Employee
    2023-10-19T08:56:45.7166667+00:00

    @Patryk Mikolajczak Thanks for your reply.

    Here are the answers to your pending questions:

    Question 1: updating underlying image of the ACA for the Function App by hand in the UI..

    Answer: You can update the Image url using portal . Go to Azure Functions resource running on ACA -> configuration -> Update the image url here

    User's image

    Question 2: updating underlying image of the ACA for the Function App via Azure/functions-container-action@v1 action, where I provide the Function App name and the image url hosted in ACR.

    Answer: For an existing Github action – the deployment yml can be updated with the new image url which should trigger the Github action to deploy the new image. Refer to the samples here - azure-functions-on-container-apps/samples/GitHubActions at main · Azure/azure-functions-on-container-apps

    **
    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. navba-MSFT 24,270 Reputation points Microsoft Employee
    2023-10-18T03:30:25.25+00:00

    @Patryk Mikolajczak Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    Please note that this is an expected behavior. The underlying ACA resource will not be accessible to end user as this can bring inconsistency to the resource state.

    Specifically  scale rules as we have seamless integration with KEDA  and the user should not require to modify the scale rules. Based on the function types the scaled rules are auto configured.

     

    Please update tags on the functions resource and not the underlying ACA resource.

    If you still have any follow-up questions, please let me know. I would be happy to answer.

    **
    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.