Skip to content

Commit

Permalink
Merge pull request #1400 from OfficeDev/v-hrajandira/tab-support-offl…
Browse files Browse the repository at this point in the history
…ine-update

Remove AccountName and ContainerName Value
  • Loading branch information
Harikrishnan-MSFT authored Sep 27, 2024
2 parents 8085337 + 9cc71ec commit 8234129
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const { DefaultAzureCredential } = require("@azure/identity");
const { BlobServiceClient } = require("@azure/storage-blob");

// Replace these values with your Azure Storage account details
const accountName = 'supportricketblob';
const containerName = 'aircraft-issue-list';
const accountName = '{{ account-Name }}';
const containerName = '{{ container-Name }}';

const blobServiceClient = new BlobServiceClient(`https://${accountName}.blob.core.windows.net`, new DefaultAzureCredential());

Expand Down

0 comments on commit 8234129

Please sign in to comment.