Skip to content

Commit

Permalink
Update and rename localStorage.bicep to localStorage-df.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
david-emakenemi authored Oct 15, 2024
1 parent 8702d6b commit b0cf695
Showing 1 changed file with 4 additions and 6 deletions.
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 @@ -152,8 +152,6 @@ resource opcuaSchemaInstance 'Microsoft.DeviceRegistry/schemaRegistries/schemas/
}
}



// Local storage

/* First, create a ESA PVC out of band...
Expand Down

0 comments on commit b0cf695

Please sign in to comment.