added in more debug to investigate
This commit is contained in:
@@ -140,7 +140,7 @@ export const createBlobSas = async (containerName, blobName) => {
|
||||
|
||||
export const createContainer = async (containerName) => {
|
||||
const creds = new DefaultAzureCredential();
|
||||
|
||||
console.log(JSON.stringify(creds));
|
||||
//containerName = containerName.toLowerCase();
|
||||
|
||||
//console.log(
|
||||
@@ -159,6 +159,7 @@ export const createContainer = async (containerName) => {
|
||||
const createContainerResponse = await containerClient
|
||||
.createIfNotExists()
|
||||
.then((data) => {
|
||||
console.log(data);
|
||||
return data;
|
||||
})
|
||||
.catch((error) => {
|
||||
|
||||
Reference in New Issue
Block a user