diff mbox series

Update documentation az fetcher. AZ_SAS token should be prefixed with a question mark since this is not done automatically in the fetcher itself.

Message ID 20250530071900.2217181-1-robbin.vandamme@renson.be
State New
Headers show
Series Update documentation az fetcher. AZ_SAS token should be prefixed with a question mark since this is not done automatically in the fetcher itself. | expand

Commit Message

robbin van damme May 30, 2025, 7:19 a.m. UTC
From: Robbin Van Damme <robbinvandamme@gmail.com>

Signed-off-by: Robbin Van Damme <robbinvandamme@gmail.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index fb4f0a23d..eac3cbdfb 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -686,9 +686,9 @@  Such functionality is set by the variable:
    delegate access to resources, if this variable is set, the Az Fetcher will
    use it when fetching artifacts from the cloud.
 
-You can specify the AZ_SAS variable as shown below::
+You can specify the AZ_SAS variable prefixed with a ? as shown below::
 
-   AZ_SAS = "se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>"
+   AZ_SAS = "?se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>"
 
 Here is an example URL::