Skip to content

Commit

Permalink
Update fabric-onelake.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
david-emakenemi authored Oct 15, 2024
1 parent b0cf695 commit 339d599
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions samples/quickstarts/fabric-onelake.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ var opcuaSchemaContent = '''
'''


param customLocationName string = 'iotops-quickstart-cluster-cl-7928'
param customLocationName string = ''
param defaultDataflowEndpointName string = 'default'
param defaultDataflowProfileName string = 'default'
param schemaRegistryName string = 'dfadfggg'
param aioInstanceName string = 'iotops-quickstart-cluster-ops-instance'
param schemaRegistryName string = ''
param aioInstanceName string = ''

param opcuaSchemaName string = 'opcua-output-delta'
param opcuaSchemaVer string = '1'
param persistentVCName string = 'localvol'
param persistentVCName string = ''


resource customLocation 'Microsoft.ExtendedLocation/customLocations@2021-08-31-preview' existing = {
Expand Down Expand Up @@ -153,6 +153,7 @@ resource opcuaSchemaInstance 'Microsoft.DeviceRegistry/schemaRegistries/schemas/
}



// OneLake Endpoint
resource oneLakeEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2024-08-15-preview' = {
parent: aioInstance
Expand Down

0 comments on commit 339d599

Please sign in to comment.