From fa75afbbd2fbfefd1a34441a48e05eebd02f0f76 Mon Sep 17 00:00:00 2001 From: Pablo Selem Date: Mon, 23 Apr 2018 12:29:30 -0700 Subject: [PATCH] fix sample link to sas resource files (#254) --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index ad2e62a8..0faded5d 100644 --- a/samples/README.md +++ b/samples/README.md @@ -26,7 +26,7 @@ If you would like to see more samples, please reach out to [razurebatch@microsof The sample also has code that runs through this process locally (both single core and multi-core) to do a benchmark against running the work with doAzureParallel. -5. **Using Sas Tokens for Private Blobs** [(link)](./resource_files/sas_resource_files_example.R) +5. **Using Sas Tokens for Private Blobs** [(link)](./sas_resource_files/sas_resources_files_example.R) This sample walks through using private blobs. The code shows your how to create a Sas token to use when uploading files to your private blob, and then how to use resource files to move your private dataset into your doAzureParallel cluster to execute on.