-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add quickstart resources #78
Add quickstart resources #78
Conversation
dataSources: | ||
- $share/group/azure-iot-operations/data/thermostat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we made an update to remove the need for $share/group
part when instanceCount
is 1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's working as is right now - I'll check again tomorrow.
param aioExtensionName string = 'azure-iot-operations' | ||
param clusterName string = 'clusterName' | ||
param eventHubNamespaceName string = 'default' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the correct params will be passed in via command line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file isn't needed, right?
Purpose
Add config files used by the latest version of the quickstarts
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?