diff --git a/content/en/security/application_security/setup/azure/app-service/_index.md b/content/en/security/application_security/setup/azure/app-service/_index.md index 9d54ed2df7e..42ee4ed2152 100644 --- a/content/en/security/application_security/setup/azure/app-service/_index.md +++ b/content/en/security/application_security/setup/azure/app-service/_index.md @@ -77,7 +77,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.4.0/datadog_wrapper | bash +curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.14.0/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%;" >}} diff --git a/content/en/serverless/guide/azure_app_service_linux_code_wrapper_script.md b/content/en/serverless/guide/azure_app_service_linux_code_wrapper_script.md index 4fac2161535..36512a509b2 100644 --- a/content/en/serverless/guide/azure_app_service_linux_code_wrapper_script.md +++ b/content/en/serverless/guide/azure_app_service_linux_code_wrapper_script.md @@ -67,7 +67,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.13.0/datadog_wrapper | bash +curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.14.0/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%;" >}} diff --git a/content/es/security/application_security/setup/azure/app-service/_index.md b/content/es/security/application_security/setup/azure/app-service/_index.md index 231e86f72df..52bd66fb548 100644 --- a/content/es/security/application_security/setup/azure/app-service/_index.md +++ b/content/es/security/application_security/setup/azure/app-service/_index.md @@ -78,7 +78,7 @@ Configura estos valores en la variable de entorno `DD_START_APP`. Los siguientes Ve a **Parámetros generales** y añade lo siguiente al campo **Comando de inicio**: ``` -curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.4.0/datadog_wrapper | bash +curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.14.0/datadog_wrapper | bash ``` {{< img src="serverless/azure_app_service/startup-command-1.jpeg" alt="Configuración de Azure App Service: parámetros de stack tecnológico, en la sección de configuración de parámetros de la interfaz de usuario de Azure. Debajo de los campos de versión mayor y menor del stack tecnológico se encuentra el 'Comando de inicio' rellenado por el comando curl anterior." style="width:100%;" >}} diff --git a/static/resources/yaml/serverless/aas-workflow-linux.yaml b/static/resources/yaml/serverless/aas-workflow-linux.yaml index 096443951ba..2cc3cc2cf6b 100644 --- a/static/resources/yaml/serverless/aas-workflow-linux.yaml +++ b/static/resources/yaml/serverless/aas-workflow-linux.yaml @@ -70,4 +70,4 @@ jobs: with: app-name: 'serverless-slot-tests-linux' slot-name: 'staging' - startup-command: 'curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.4.0/datadog_wrapper | bash' \ No newline at end of file + startup-command: 'curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.14.0/datadog_wrapper | bash'