From dbc310dedfdd704b8eb111eb3e1a402846e76165 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:52:35 +0200 Subject: [PATCH 1/2] Fix alias. Without this dot, automatic search in outlook does not find the proper contact, it finds another person as the closest match. --- docs/GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index a6997d2..969ef21 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -3,7 +3,7 @@ ## Azure Subscription Options: -* Mail to @maggiexu and @ddazops to get DevDiv Azure individual subscription for the R&D purposes. +* Mail to @maggie.xu and @ddazops to get DevDiv Azure individual subscription for the R&D purposes. * You'll receive subscription ID, that then needs to be specified when creating resources upon logging to Azure portal with your corp account * Get the Azure credit through https://my.visualstudio.com/ - link it to your personal account. * Create your own subscription @@ -32,4 +32,4 @@ For our purpose we will need: Note the names of the created models, the api key and service endpoint (all per steps above) and store them in your environment as per prototypes\DotUtils.MSBuild.SandBox\Program.cs. -Run the embeddings generation once (`BinlogToEmbeddingsFile`), then you can repetitively run the query loop (`QueryBinlog`) providing the already generated and locally stored file. \ No newline at end of file +Run the embeddings generation once (`BinlogToEmbeddingsFile`), then you can repetitively run the query loop (`QueryBinlog`) providing the already generated and locally stored file. From 635333d9ec248e2ddb577d1f84c7ed6a698ab175 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:56:59 +0200 Subject: [PATCH 2/2] This alias does not exist. --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 969ef21..274516d 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -3,7 +3,7 @@ ## Azure Subscription Options: -* Mail to @maggie.xu and @ddazops to get DevDiv Azure individual subscription for the R&D purposes. +* Mail to @ddazops to get DevDiv Azure individual subscription for the R&D purposes. * You'll receive subscription ID, that then needs to be specified when creating resources upon logging to Azure portal with your corp account * Get the Azure credit through https://my.visualstudio.com/ - link it to your personal account. * Create your own subscription