azure-storage
Here are 397 public repositories matching this topic...
We tried importing the Docker Azurite image, but our security tool (Twistlock) scans it for vulnerabilities and rejected the image:
Scanning mcr.microsoft.com/azure-storage/azurite...
Vulnerabilities
---------------
Image ID CVE Package Version Severity Status CVSS
-----
-
Updated
Dec 29, 2019
Environment
-
Spring boot starter:
- storage spring boot starter
-
OS Type: Windows/Linux/MacOS
-
Java version:
- 1.8
Summary
The ReadMe.md file is not insync with the code. The code contains Upload, download, and list blobs by using the Java Storage SDK V10 version , while the read me contains Java Storage SDK V7
Reproduce steps
Java code & ReadMe.md
Expe
-
Updated
May 26, 2020 - Python
If I follow the documentation found here, and use azure.blob://development=true when calling FromConnectionString, I end up with the following exception:
System.ArgumentException: connection string requires 'account' parameter.
at Storage.Net.ConnectionString.StorageConnectionString.GetRequired(String parameter
-
Updated
May 19, 2020 - C#
-
Updated
Jul 25, 2019 - Jupyter Notebook
-
Updated
Apr 25, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
I'm trying to open the Storage Explorer from a PowerShell window and directly connect to a specific SAS URI connection. Actually I use this script to retrieve a SAS token from a Key Vault and generate a SAS URI for me. It would be nice if my script could automatically open this connection.
I see the Storage Explorer supports som
This line in setup_host.sh is invalid bash:
https://github.com/Azure/aztk/blob/72c7833fbfa3d7e166a07c64c3a170ff6c17b651/aztk/node_scripts/setup_host.sh#L49
As a result, image pull retries never fire. Arithmetic should be enclosed in double parenthesis.
The "Other" area category currently has 73 entries. 1 is from an offshore French colony in Africa, 1 on Cyprus, but the rest are from the capital of Tanzania.
This means they are not counted toward Tanzania stats.
Both Cyprus (id 89288dd7-70e5-4cd2-98ba-f3f933d3488f) and Tanzania seem to suffer from the same problem, visible on the coast. The polys are too generalised and need buffering towa
-
Updated
Apr 23, 2020 - Python
-
Updated
Mar 21, 2018 - JavaScript
-
Updated
Sep 13, 2019 - C#
-
Updated
Mar 9, 2020 - PHP
No download icon & link in Azure File page, only can saw the files list.
Will support in the next version?
-
Updated
Jan 27, 2018 - C#
-
Updated
May 14, 2019 - Go
-
Updated
Apr 21, 2020 - F#
-
Updated
Apr 26, 2020 - C#
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
May 2, 2020 - C#
-
Updated
Jan 28, 2020
-
Updated
Mar 13, 2020 - C#
-
Updated
Jan 12, 2020 - Python
Add the moment it make the assumption that the blob is a regular block blob. So it fails if the blob is an append blob.
-
Updated
May 26, 2020 - JavaScript
Improve this page
Add a description, image, and links to the azure-storage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the azure-storage topic, visit your repo's landing page and select "manage topics."


Is there some documentation or user guide for this project?
I've just spent half an hour figuring out how to mount with goofys inside a docker container -- it's not a big deal, of course, but I'd like to write it down, so that others can figure it out faster.