az-storage-queue
Verified for current stable LTS
Az Storage Queue Command: Generate Sas Queue Azure Storage
Use for generate sas queue azure storage with Az Storage Queue. Exact CLI syntax to generate sas queue azure storage using Az Storage Queue.
When to use this: Use for generate sas queue azure storage with Az Storage Queue.
Command Syntax
az storage queue generate-sas --account-name <storage_account_name> -n <queue_name> --permissions <queue_permissions> --expiry <expiry_date> --https-only az storage queue generate-sas --account-name <storage_account_name> -n <queue_name> --permissions <queue_permissions> --expiry <expiry_date> --https-only Command Breakdown
--account-name- Command Option
- Tool-specific option used by this command invocation.
-n- Command Option
- Tool-specific option used by this command invocation.
--permissions- Command Option
- Tool-specific option used by this command invocation.
--expiry- Command Option
- Tool-specific option used by this command invocation.
--https-only- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to generate sas queue azure storage using Az Storage Queue.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Az Storage Queue Command: Create Queue
az storage queue create --account-name <storage_account_name> -n <queue_name> --metadata <queue_metadata> Az Storage Queue Command: Create Queue Azure Storage az storage queue create --account-name <storage_account_name> -n <queue_name> --metadata <queue_metadata> Az Storage Queue Command: Delete Queue az storage queue delete --account-name <storage_account_name> -n <queue_name> --fail-not-exist Az Storage Queue Command: Delete Queue Azure Storage az storage queue delete --account-name <storage_account_name> -n <queue_name> --fail-not-exist Az Storage Queue Command: Generate Sas For Queue az storage queue generate-sas --account-name <storage_account_name> -n <queue_name> --permissions <queue_permissions> --expiry <expiry_date> --https-only