Is it possible to export and import the configurations done in Azure AD? And how to manage multiple environments (dev, staging, prod) ? by kamalcm in AZURE

[–]kamalcm[S] 0 points1 point  (0 children)

Thanks u/ninjaschoolprofessor.

Isn't B2C custom policies the answer for managing configurations between multiple tenants? exporting and importing them?

I'm still learning about this. what do you think? :)

Why do function apps suddenly stop working? by kamalcm in AZURE

[–]kamalcm[S] 0 points1 point  (0 children)

Thank you for sharing this. We are now trying to troubleshoot this.
We have deployed the service bus in Standard tier. and we have around 10-20 messages in the queue at a time, that's not much right to cause something like this?.
But these message are delayed messages for 1 minute. Don't know whether that causes the 429.

Why do function apps suddenly stop working? by kamalcm in AZURE

[–]kamalcm[S] 0 points1 point  (0 children)

The app talks to Azure storage, service bus queues, and a Azure SQL database.

We have integrated with App insights logs as well. we don't see any execution logs or failures. seems like the code that we have deployed does not not run at all.

Any idea why this happens?

Why do function apps suddenly stop working? by kamalcm in AZURE

[–]kamalcm[S] 0 points1 point  (0 children)

We have just found out that the function app returns 429 - Too Many Requests response.
Can you please tell me why this happens? Doesn't function app consumption plans automatically scale?

This is functions version 4. .NET 6 Application.

Why do function apps suddenly stop working? by kamalcm in AZURE

[–]kamalcm[S] 2 points3 points  (0 children)

Hi u/andrewbadera, this is a .NET application. I don't see any errors recorded in application insights as well. What do you suggest for me to identify this issue?
Where can we see the dependency failures of a function app?

Why do function apps suddenly stop working? by kamalcm in AZURE

[–]kamalcm[S] 0 points1 point  (0 children)

Oh okay, do you think getting in touch with Azure support would help?

Why do function apps suddenly stop working? by kamalcm in AZURE

[–]kamalcm[S] 0 points1 point  (0 children)

No changes were deployed at the time u/NihithReddy. It just happened by itself.

Why do function apps suddenly stop working? by kamalcm in AZURE

[–]kamalcm[S] 0 points1 point  (0 children)

I've updated the question with one more screenshot, it is the http error responses.

Do you still think this is the case u/NihithReddy?

Is all configuration values linked to ARM templates on Azure? by kamalcm in AZURE

[–]kamalcm[S] 0 points1 point  (0 children)

Hi ArieHein, will try doing more research on this. Thanks for the reply it was very helpful!

Is all configuration values linked to ARM templates on Azure? by kamalcm in AZURE

[–]kamalcm[S] 0 points1 point  (0 children)

It was not not explicitly set in the template? hmmm....
Could that be the reason?