From c70e75772908a2ce910e8a9d843453968ffbc970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lazar=20Cvetkovi=C4=87?= Date: Thu, 27 Jun 2024 11:58:24 +0200 Subject: [PATCH] Remove Azure trace link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lazar Cvetković --- docs/sampler.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/sampler.md b/docs/sampler.md index 808904b1..e6cecd59 100644 --- a/docs/sampler.md +++ b/docs/sampler.md @@ -36,13 +36,9 @@ duration of the cleaned trace. ### Workflow First, download the original trace files -from [here](https://azurecloudpublicdataset2.z19.web.core.windows.net/azurepublicdatasetv2/azurefunctions_dataset2019/azurefunctions-dataset2019.tar.xz) +from [here](https://github.com/Azure/AzurePublicDataset/blob/master/AzureFunctionsDataset2019.md) and extract the CSV files (default location: `data/azure/`). -```console -wget https://azurecloudpublicdataset2.z19.web.core.windows.net/azurepublicdatasetv2/azurefunctions_dataset2019/azurefunctions-dataset2019.tar.xz -P ./data/azure tar -xf ./data/azure/azurefunctions-dataset2019.tar.xz -C data/azure/ -``` - Then, run the following command to preprocess the trace. ```console