Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream Analytics CI/CD Yaml file for the Tech Sample #549

Merged
merged 16 commits into from
Oct 27, 2022
Prev Previous commit
Next Next commit
updating yaml with a sep access key slot
  • Loading branch information
Sara Norris committed Oct 17, 2022
commit b187a39b8fadd8924ba717e41ea3a6302fb70f2a
2 changes: 1 addition & 1 deletion single_tech_samples/streamanalytics/sampleyaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ steps:
templateLocation: 'Linked artifact'
csmFile: 'streamanalytics/Output/Deploy/streamanalytics.JobTemplate.json'
csmParametersFile: 'streamanalytics/Output/Deploy/streamanalytics.JobTemplate.parameters.json'
overrideParameters: '-Location "Southeast Asia" -Input_example_accesskey $(key_vault_secret) -Output_example_accesskey $(key_vault_secret)'
overrideParameters: '-Location "Southeast Asia" -Input_example_accesskey $(key_vault_secret) -Output_example_accesskey $(key_vault_secret_2)'
deploymentMode: 'Incremental'