1.1.0 • Published 3 years ago

@armhil/azure-blob-static-content-uploader v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

azure-blob-static-content-uploader

A static content uploader to upload files to Azure Blob Storage accounts.

A static-content-config.json file is required at the root of the react-app or whatever static content we're building. The schema should be like

{
 	"appName": "easy-references",
	"initialDirectoryName": "taskpane",
	"uploadDirectory": "build",
	"accountName": "easyaddins%REGION%",
	"connectionString": "DefaultEndpointsProtocol=https;AccountName=%ACCOUNTNAME%;AccountKey=%ACCESSKEY%;EndpointSuffix=core.windows.net",
	"supportedRegions": {
		"ause": "",
	}
}

If the initialDirectoryName is undefined or empty, it will upload the files to the base path.

1.1.0

3 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago