Skip to content

Commit

Permalink
Update ARM template to use v1.0.0 tag (#1106)
Browse files Browse the repository at this point in the history
- Update pre-built docker image from `feathrfeaturestore/feathr-registry:releases-v0.9.0` to `feathrfeaturestore/feathr-registry:releases-v1.0.0`
  • Loading branch information
blrchen committed Feb 28, 2023
1 parent 9975c9a commit 930e290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/azure_resource_provision.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"destinationBacpacBlobUrl": "[concat('https://',variables('dlsName'),'.blob.core.windows.net/',variables('dlsFsName'),'/',variables('bacpacBlobName'))]",
"bacpacDeploymentScriptName": "CopyBacpacFile",
"bacpacDbExtensionName": "registryRbacDbImport",
"preBuiltdockerImage": "feathrfeaturestore/feathr-registry:releases-v0.9.0",
"preBuiltdockerImage": "feathrfeaturestore/feathr-registry:releases-v1.0.0",
"cosmosDBAccountName": "[concat(parameters('resourcePrefix'),'cosmosacct' )]",
"cosmosDBDatabaseName": "[concat(parameters('resourcePrefix'),'cosmosdb' )]",
"cosmosDBContainerName": "[concat(parameters('resourcePrefix'),'cosmoscontainer' )]"
Expand Down

0 comments on commit 930e290

Please sign in to comment.