Skip to content

Commit

Permalink
Update mqtt-bridge.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
david-emakenemi authored Oct 15, 2024
1 parent 3a9461a commit 1434ff4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/quickstarts/mqtt-bridge.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ var assetDeltaSchema = '''
}
'''

param customLocationName string = ''
param customLocationName string = '<CUSTOM_LOCATION_NAME>'
param defaultDataflowEndpointName string = 'default'
param defaultDataflowProfileName string = 'default'
param schemaRegistryName string = ''
param aioInstanceName string = ''
param eventGridHostName string = ''
param schemaRegistryName string = '<SCHEMA_REGISTRY_NAME>'
param aioInstanceName string = '<AIO_INSTANCE_NAME>'
param eventGridHostName string = '<EVENTGRID_HOSTNAME>'
param testSchemaName string = 'asset-delta3'

////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 1434ff4

Please sign in to comment.