Skip to content

Commit

Permalink
Duplicated \ in multi lines variables
Browse files Browse the repository at this point in the history
  • Loading branch information
psonnera committed May 12, 2024
1 parent 1b6e50f commit 8b6d52a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Binary file added docs/vendors/azure/img/Azure48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/vendors/azure/img/Azure49.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/vendors/azure/img/Azure50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/vendors/azure/new_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,28 @@ Remember to save modifications when done with your variables!

<img src="/vendors/azure/img/Azure35.png" width="400px" />

~~~{note}
Multiple lines values with `\n` should be edited manually as the character `\` will be duplicated.</br>
Example: `LOOP_APNS_KEY`</br>
```
----BEGIN PRIVATE KEY-----\nMIGTAgEAMBMGBygGSM49AwEHBHkwdwIBAQQg7c8w00t5ju7N980r\nerN8N+isnJoec+ohIEuD0teRbPmgCgYIKoZIzj0DAQehRANCAAREnRISLSiFgdn4\nLbf44yIKspXKr7GpPBVshv3ShOms2qHTdAFriXXRPmbq7eAJuFrxpYOduU1dl9vo\nouciW0je\n-----END PRIVATE KEY-----
```
~~~

Insert the value like you've done for all the others.

<img src="/vendors/azure/img/Azure48.png" width="400px" />

At the top of the Environment variables view, select `Advanced edit`.

<img src="/vendors/azure/img/Azure49.png" width="400px" />

Scroll down the list to your variable name and delete all duplicated `\` so that there will be no more `\\n` separators but only `\n`.

<img src="/vendors/azure/img/Azure50.png" width="400px" />

Click `OK` to save the modified variable.

</br>

### Save your modifications
Expand Down

0 comments on commit 8b6d52a

Please sign in to comment.