Skip to content

Commit

Permalink
Add Azure Blob Storage SAS example (#424)
Browse files Browse the repository at this point in the history
add azure blob sas example

Signed-off-by: i749427 <[email protected]>
Co-authored-by: i749427 <[email protected]>
  • Loading branch information
bentohset and i749427 authored Nov 19, 2024
1 parent 9cd35b8 commit f7d443d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/modelserving/storage/azure/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ stringData: # use `stringData` for raw credential string or `data` for base64 en
AZ_TENANT_ID: xxxxx
```
A [SAS](https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview) Token can be used to authenticate as well:
=== "yaml"
```yaml
apiVersion: v1
kind: Secret
metadata:
name: azcreds
type: Opaque
stringData: # use `stringData` for raw credential string or `data` for base64 encoded string
AZURE_STORAGE_ACCESS_KEY: xxxxx
```
### Attach secret to a service account
=== "yaml"
```yaml
Expand Down

0 comments on commit f7d443d

Please sign in to comment.