modified blob storage container for sample data
This commit is contained in:
Родитель
e0187cc96d
Коммит
6010b9783e
|
@ -13,7 +13,7 @@ $storage_connection_string = az storage account show-connection-string -n $stora
|
|||
# Deploy Sample Data
|
||||
If($config.deploy_sample_data){
|
||||
|
||||
$blob_sour = "https://conversationalinsights.blob.core.windows.net/conversationkm-raw"
|
||||
$blob_sour = "https://csciblob.blob.core.windows.net/conversationkm-raw"
|
||||
$blob_dest = 'https://' + $storage_account + '.blob.core.windows.net/' + $telemetry_raw_data_container
|
||||
az storage copy -s $blob_sour -d $blob_dest --recursive
|
||||
|
||||
|
@ -34,4 +34,4 @@ If($config.deploy_sample_data){
|
|||
az storage entity insert --connection-string $storage_connection_string --entity PartitionKey=$PartitionKey RowKey=$RowKey Timestamp=$Timestamp userSurveyRating=$userSurveyRating wizardSurveyTaskSuccessful=$wizardSurveyTaskSuccessful --if-exists replace --table-name $table_sample_data
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче