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

Continued issue with backend docker deployment #1266

Open
atockar opened this issue Aug 30, 2024 · 7 comments
Open

Continued issue with backend docker deployment #1266

atockar opened this issue Aug 30, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@atockar
Copy link

atockar commented Aug 30, 2024

Hi, I am still getting this issue. I have tried to deploy using the one click deployment and it fails in the same place,
Screenshot 2024-08-30 at 4 35 42 pm

I can see the bicep file has been updated in the code, and I added the storage blob data contributor role for the storage account to the function app:

add the storage blob data contributor and storage data reader roles to the managed identity of the function app and ensure that when deploying solution you have in bicep file @Allowed(['Enabled', 'Disabled']) param publicNetworkAccess string = 'Enabled'

However when I redeploy this section it asks for the clientKey, which I thought was generated. Any ideas?

Originally posted by @atockar in #1195 (comment)

@Roopan-Microsoft
Copy link
Contributor

Thanks @atockar for raising the issue, we are looking into this and will keep you posted.

@Roopan-Microsoft
Copy link
Contributor

Hey @atockar,

Could you please provide us with more details about the exception you’re encountering?

We’ve been able to deploy the accelerator successfully on our end, so we’d like to investigate further if you could share more information about the error you're experiencing.

@atockar
Copy link
Author

atockar commented Sep 5, 2024

Screenshot 2024-09-06 at 9 04 50 am

I believe I found the source of the issue - it fails when I use a B1 hosting plan. See if you're able to replicate, thanks

@Roopan-Microsoft
Copy link
Contributor

Hey @atockar,
Thanks for finding out! I'll try replicating the issue with a B1 hosting plan and let you know what I find. I'll get back to you soon.

@Roopan-Microsoft
Copy link
Contributor

Yes @atockar, You are right! choosing this Sku plan throwing an error. We are looking into it. Thanks.

Meanwhile you can proceed with default Sku plans for now. We will update you on the root cause.

@TBunkley
Copy link

I'm having issues with this. What are the default settings? Basic pops up first for me

@Roopan-Microsoft
Copy link
Contributor

Hey @TBunkley, Thanks for reaching out to us.

As you may know, the B1 plan includes one core, whereas the B3 plan offers four cores. Additionally, as shown in the screenshot below, we have less RAM, which is contributing to slower function app deployment. The default timeout is set to 300 seconds, resulting in failures.

We are currently looking into potential solutions for this issue.

image

@Roopan-Microsoft Roopan-Microsoft added the bug Something isn't working label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants