What if I moved my website's AppService to another Resource Group AFTER having added a certificate on it? #315
-
Symptons: AppService certificate is not being renewed. Failure: UpdateSiteBinding fails to update bindings corretly. However, new certificates are being issued during the Renewal proccess. They are just not bound to the expected AppService. When it started to happen: after moving the problematic AppService to a new Resource Group. Yes, we did this stupid move. :( So, it seems that the Durable Tasks used by the bot are still using some Site data from before the move. We have a few options, but we don't know how to proceed with any of them, except for the last one:
So, can you point us in any directions about the options (1) or (2) above? If not, that's ok. We will take the "long way" from option (3). Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you share |
Beta Was this translation helpful? Give feedback.
-
I have been struggling with a similar issue for almost a year now. Thanks to @mirandaasm pointing out the specific place I needed to look for the error. Ended up being related to my app services that have a VNET subnet assigned to them. Solution was to add Network Contributor role to the function app, and everything is working again now! |
Beta Was this translation helpful? Give feedback.
Can you share
UpdateSiteBinding
error information? You may mask the resource group name and so on.