I want to get alert from Azure for my Web App (App Services) regarding the deprecation of the node version.

Karanjot Singh Kochar 20 Reputation points
2023-10-30T15:21:41.7266667+00:00

Hello,

Is there a way where I can get automatic alert (email) from Azure regarding my web app (Azure app services) that the particular node version or any other stack has been depreciated. Node/stack to be complaint with what Azure is using. Also, can it automatically update to that new version.

Thank you

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,778 questions
{count} votes

Accepted answer
  1. Grmacjon-MSFT 18,046 Reputation points
    2023-11-01T23:33:22.41+00:00

    Hi @Karanjot Singh Kochar Thanks for the question.

    Currently there isn't a turn-key solution to getting automated email alerts directly from azure for the above scenarios you shared but here are some workarounds you can try:

    Get notified of deprecation:

    Automatically update stack version:

    • To automatically update your web app to the new version, you can use Azure Automation Update Management. You can create an alert rule using the metrics included with Update Management to notify you when a new version is available, and then configure a runbook to automatically update your web app. Here is a link that provides guidance on creating alert rules using the metrics included with Update Management.
    • Enable auto-update of minor versions on the App Service. This will apply patches.
    • Create a Logic App that monitors for deprecated stack notifications and uses the ARM API to update the stack version on App Service.

    Hope that helps. -Grace

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.