diff --git a/docs/vendors/azure/img/Azure48.png b/docs/vendors/azure/img/Azure48.png new file mode 100644 index 00000000..86637400 Binary files /dev/null and b/docs/vendors/azure/img/Azure48.png differ diff --git a/docs/vendors/azure/img/Azure49.png b/docs/vendors/azure/img/Azure49.png new file mode 100644 index 00000000..bd0387cf Binary files /dev/null and b/docs/vendors/azure/img/Azure49.png differ diff --git a/docs/vendors/azure/img/Azure50.png b/docs/vendors/azure/img/Azure50.png new file mode 100644 index 00000000..ee3139f2 Binary files /dev/null and b/docs/vendors/azure/img/Azure50.png differ diff --git a/docs/vendors/azure/new_user.md b/docs/vendors/azure/new_user.md index 47aa549b..c3472f12 100644 --- a/docs/vendors/azure/new_user.md +++ b/docs/vendors/azure/new_user.md @@ -263,6 +263,28 @@ Remember to save modifications when done with your variables! +~~~{note} +Multiple lines values with `\n` should be edited manually as the character `\` will be duplicated.
+Example: `LOOP_APNS_KEY`
+``` +----BEGIN PRIVATE KEY-----\nMIGTAgEAMBMGBygGSM49AwEHBHkwdwIBAQQg7c8w00t5ju7N980r\nerN8N+isnJoec+ohIEuD0teRbPmgCgYIKoZIzj0DAQehRANCAAREnRISLSiFgdn4\nLbf44yIKspXKr7GpPBVshv3ShOms2qHTdAFriXXRPmbq7eAJuFrxpYOduU1dl9vo\nouciW0je\n-----END PRIVATE KEY----- +``` +~~~ + +Insert the value like you've done for all the others. + + + +At the top of the Environment variables view, select `Advanced edit`. + + + +Scroll down the list to your variable name and delete all duplicated `\` so that there will be no more `\\n` separators but only `\n`. + + + +Click `OK` to save the modified variable. +
### Save your modifications