diff --git a/content/en/serverless/azure_app_services/azure_app_services_linux.md b/content/en/serverless/azure_app_services/azure_app_services_linux.md index 6dc8c865e3037..d63ece3fa8fe8 100644 --- a/content/en/serverless/azure_app_services/azure_app_services_linux.md +++ b/content/en/serverless/azure_app_services/azure_app_services_linux.md @@ -59,7 +59,7 @@ Set these values in the `DD_START_APP` environment variable. Examples below are Go to **General settings** and add the following to the **Startup Command** field: ``` -curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.10.11/datadog_wrapper | bash +curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.10.13/datadog_wrapper | bash ``` {{< img src="serverless/azure_app_service/startup-command-1.jpeg" alt="Azure App Service Configuration: the Stack settings, under the Configuration section of Settings in the Azure UI. Underneath the stack, major version, and minor version fields is a 'Startup Command' field that is populated by the above curl command." style="width:100%;" >}}