Skip to content

Commit 2abeaa9

Browse files
committed
Added fields in build.yml
1 parent 4a01146 commit 2abeaa9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.azdo/pipelines/steps/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,29 +50,37 @@ steps:
5050
PROXY_InstrumentationKey: $(proxy-instrumentation-key)
5151
PROXY_LoggingLevel: $(proxy-log-level)
5252
PROXY_StorageConnectionString: $(storage-connectionstring-test)
53+
PROXY_StorageAccountName: $(storage-accountname-test)
5354
PROXY_EventHubBlobConnectionString: $(proxy-storage-connectionstring)
5455
PROXY_EventHubProcessorContainer: $(proxy-eventhub-processorcontainer-name)
5556
PROXY_EventHubBlobContainer: $(proxy-eventhub-blobcontainer-name)
57+
PROXY_EventHubBlobStorageAccountName: $(proxy-eventhub-blobstorageaccountname)
5658
PROXY_EventHubSku: $(proxy-eventhub-sku)
5759
PROXY_STORAGE_CONNECTIONSTRING: $(proxy-storage-connectionstring)
60+
PROXY_EventHubNamespace: $(proxy-eventhub-namespace)
5861
PROXY_EventHubName: $(proxy-eventhub-name)
5962
PROXY_EventHubConnectionString: $(proxy-eventhub-connectionstring)
6063
PROXY_ServiceBusConnectionString: $(proxy-servicebus-connectionstring)
64+
PROXY_ServiceBusNamespace: $(proxy-servicebus-namespace)
6165
PROXY_ServiceBusQueue: $(proxy-servicebus-queue)
6266
PROXY_ServiceBusTopic: $(proxy-servicebus-topic)
6367
PROXY_ServiceBusSubscription: $(proxy-servicebus-subscription)
6468
PROXY_ServiceBusSku: $(proxy-servicebus-sku)
6569
PROXY_ServiceBusBlobConnectionString: $(proxy-storage-connectionstring)
70+
PROXY_ServiceBusBlobStorageAccountName: $(proxy-servicebus-blobstorageaccountname)
6671
PROXY_ServiceBusBlobContainer: $(proxy-servicebus-blobcontainer-name)
6772
PROXY_BlobStorageChannelConnectionString: $(proxy-storage-connectionstring)
6873
PROXY_BlobStorageChannelContainer: $(proxy-blobchannel-container-name)
74+
PROXY_BlobStorageAccountName: $(proxy-blobchannel-account-name)
6975
PROXY_EventGridSubject: $(proxy-eventgrid-subject)
7076
PROXY_EventGridEventType: $(proxy-eventgrid-eventtype)
7177
PROXY_EventGridDataVersion: $(proxy-eventgrid-dataversion)
7278
PROXY_EventGridTopicUriString: $(proxy-eventgrid-topicuristring)
7379
PROXY_EventGridTopicAccessKey: $(proxy-eventgrid-topicaccesskey)
7480
PROXY_EventGridBlobConnectionString: $(proxy-eventgrid-blobconnectionstring)
7581
PROXY_EventGridBlobContainer: $(proxy-eventgrid-blobcontainer)
82+
PROXY_EventGridBlobStorageAccountName: $(proxy-eventgrid-blobstorageaccountname)
7683
PROXY_EventGrid_Message_Queue: $(eventgrid-message-queue)
7784
PROXY_EventGrid_Reference_Queue: $(eventgrid-reference-queue)
78-
PROXY_CacheConnectionString: $(cicd-redis-cache-connectionstring)
85+
PROXY_CacheConnectionString: $(cicd-redis-cache-connectionstring)
86+
PROXY_CacheHostName: $(cicd-redis-cache-hostname)

0 commit comments

Comments
 (0)