Skip to content

Commit 221271c

Browse files
committed
Fix minor URL bugs . . .
1 parent 9f11efa commit 221271c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/tutorial-network-isolation-for-feature-store.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ For this tutorial, you create three separate storage containers in the same ADLS
214214

215215
### Obtain the default storage account and key vault for the feature store, and disable public network access to the corresponding resources
216216

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.
218218

219219
[!notebook-python[] (~/azureml-examples-main/sdk/python/featurestore_sample/notebooks/sdk_and_cli/network_isolation/Network Isolation for Feature store.ipynb?name=fs-get)]
220220

@@ -381,17 +381,17 @@ For this tutorial, you create three separate storage containers in the same ADLS
381381

382382
[!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)]
383383

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.
385385

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.
387387

388388
[!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)]
389389

390390
### Update feature store with the online store
391391
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.
392392

393393
[!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+
395395
The next code cell updates the feature store with the generated YAML specification file with the outbound rules for the online store.
396396

397397
[!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

Comments
 (0)