NotificationHub登録方法修正
This commit is contained in:
parent
11395279af
commit
0b451ed62f
@ -523,13 +523,6 @@ export class BlobstorageService {
|
||||
|
||||
// アカウントIDをもとにblobのリージョンマッピング用テーブルからストレージアカウントの情報を取得する
|
||||
const containerName = `account-${accountId}`;
|
||||
if (accountId) {
|
||||
const blobService = new BlobServiceClient(
|
||||
'',
|
||||
new StorageSharedKeyCredential('', ''),
|
||||
);
|
||||
return blobService.getContainerClient(containerName);
|
||||
}
|
||||
|
||||
if (BLOB_STORAGE_REGION_US.includes(country)) {
|
||||
return this.blobServiceClientUS.getContainerClient(containerName);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user