warningRisk: Secrets
Scanned: 9 days ago
PSAzureQueue
This PowerShell module enables interaction with the Microsoft Azure Storage Queue service, beyond what's provided in the core Azure.Storage PowerShell module.
For example, you can put messages onto a queue, retrieve messages, and delete messages.
You can use the functions in this PowerShell module to write distributed applications that process data asynchronously, using Azure Storage Queues.
To authenticate to an Azure Storage Queue, you'll need to specify a Storage Account Name and a Storage Account Key. As of right now, Shared Access Signature (SAS) Tokens are not supported for authentication, but may be supported in a future version.
Get-AzureStorageQueueInfo - This command enables you to retrieve the number of messages on a queue.
New-AzureStorageQueueMessage - This command enables you to place a new message onto an Azure Storage Queue.
Get-AzureStorageQueueMessage - This command enables you to retrieve a message from an Azure Storage Queue.
Remove-AzureStorageQueueMessage - This command enables you to remove a message from an Azure Storage Queue.
License: unknown
Published: about 10 years ago
SAFE Assessment
Compliance
Licenses
No license compliance issues
Secrets
2 debugging symbols found
Security
Vulnerabilities
No known vulnerabilities detected
Hardening
No application hardening issues
Threats
Tampering
No evidence of software tampering
Malware
No evidence of malware inclusion