You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-network-isolation-for-feature-store.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ For this tutorial, you create three separate storage containers in the same ADLS
214
214
215
215
### Obtain the default storage account and key vault for the feature store, and disable public network access to the corresponding resources
216
216
217
-
The next code cell returns the feature store object for the next steps.
217
+
The next code cell returns the feature store object for the following steps.
218
218
219
219
[!notebook-python[] (~/azureml-examples-main/sdk/python/featurestore_sample/notebooks/sdk_and_cli/network_isolation/Network Isolation for Feature store.ipynb?name=fs-get)]
220
220
@@ -381,17 +381,17 @@ For this tutorial, you create three separate storage containers in the same ADLS
381
381
382
382
[!notebook-python[] (~/azureml-examples-main/sdk/python/featurestore_sample/notebooks/sdk_and_cli/network_isolation/Network Isolation for Feature store.ipynb?name=redis-default-settings)]
383
383
384
-
You can select the Redis cache tier (basic, standard, or premium). You should choose a SKU family that is available for the selected cache tier. Visit [this documentation resource](https://learn.microsoft.com/azure/azure-cache-for-redis/cache-best-practices-performance) for more information about how selection of different tiers can impact cache performance. Visit [this documentation resource](https://azure.microsoft.com/en-us/pricing/details/cache/) for more information about pricing for different SKU tiers and families of Azure Cache for Redis.
384
+
You can select the Redis cache tier (basic, standard, or premium). You should choose a SKU family that is available for the selected cache tier. Visit [this documentation resource](../azure-cache-for-redis/cache-best-practices-performance.md) for more information about how selection of different tiers can impact cache performance. Visit [this documentation resource](https://azure.microsoft.com/pricing/details/cache/) for more information about pricing for different SKU tiers and families of Azure Cache for Redis.
385
385
386
-
"Execute the following code cell to create an Azure Cache for Redis with premium tier, SKU family `P` and cache capacity 2. It may take approximately 5-10 minutes to provision the Redis instance."
386
+
Execute the following code cell to create an Azure Cache for Redis with premium tier, SKU family `P` and cache capacity 2. It may take approximately 5-10 minutes to provision the Redis instance.
387
387
388
388
[!notebook-python[] (~/azureml-examples-main/sdk/python/featurestore_sample/notebooks/sdk_and_cli/network_isolation/Network Isolation for Feature store.ipynb?name=create-new-redis-cache)]
389
389
390
390
### Update feature store with the online store
391
391
Attach the Azure Cache for Redis to the feature store, to use it as the online materialization store. The next code cell creates a YAML specification file with online store outbound rules, defined for the feature store.
392
392
393
393
[!notebook-python[] (~/azureml-examples-main/sdk/python/featurestore_sample/notebooks/sdk_and_cli/network_isolation/Network Isolation for Feature store.ipynb?name=attach-online-store-yaml)]
394
-
394
+
395
395
The next code cell updates the feature store with the generated YAML specification file with the outbound rules for the online store.
396
396
397
397
[!notebook-python[] (~/azureml-examples-main/sdk/python/featurestore_sample/notebooks/sdk_and_cli/network_isolation/Network Isolation for Feature store.ipynb?name=attach-online-store-cli)]
0 commit comments