Skip to content

Commit

Permalink
fix a typo in featurestore yaml (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
qjxu authored Sep 28, 2023
1 parent 7f44453 commit b64ef13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $schema: http://azureml/sdk-2-0/FeatureStore.json
name: my-featurestore
description: feature store description
tags: {"k1":"v1", "k2":"v2"}
locaton: eastus
location: eastus

offline_store:
target: /subscriptions/{sub-id}/resourceGroups/{rg}/providers/Microsoft.Storage/storageAccounts/{storage-account}/blobServices/default/containers/{container-name}
Expand Down

0 comments on commit b64ef13

Please sign in to comment.