Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Frank Quintana,
Thanks for the extra detail; that rules out a domain/binding problem. Since the default hostname and the scm. (Kudu) endpoint are both failing identically right after the disable/reactivate cycle, and Instance Count is sitting at 0, this looks like the App Service's worker instance didn't fully resume after reactivation rather than anything wrong with your TLS/domain setup.
Microsoft's own guidance on reactivation notes that most resources resume automatically, but some can need manual attention if the resume doesn't complete cleanly (see Reactivate a disabled Azure subscription). I've also seen a similar community case where a web app stayed unreachable after coming back from a disabled subscription, and it turned out to be instance-related — the fix ended up being Microsoft assigning the app to a new App Service Plan, not anything configurable in the portal (reference).
Given you've already tried a full Stop → Start with no luck, I don't think there's a self-service step left to try here. I'd recommend opening a free Subscription Management support request, referencing nexusplan-api-fq in NexusPlanRG, the disable/reactivate timeline, and the Instance Count: 0 detail. Ask them to check whether the App Service Plan's worker instance was correctly reassigned after reactivation; that's the pattern in the case above.
Please "Upvote" (Thumbs-up) and "Accept" as an answer if this helps; it'll benefit other community members hitting the same thing.
Best regards, Andrew S Taylor