<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Marc Charmois</title>
    <description>The latest articles on Forem by Marc Charmois (@marc_charmois).</description>
    <link>https://forem.com/marc_charmois</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3764572%2F948e7862-df28-4d91-9593-988144b4dcf5.png</url>
      <title>Forem: Marc Charmois</title>
      <link>https://forem.com/marc_charmois</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/marc_charmois"/>
    <language>en</language>
    <item>
      <title>Azure AI Search first steps</title>
      <dc:creator>Marc Charmois</dc:creator>
      <pubDate>Tue, 10 Feb 2026 15:13:58 +0000</pubDate>
      <link>https://forem.com/marc_charmois/azure-ai-search-first-steps-pbl</link>
      <guid>https://forem.com/marc_charmois/azure-ai-search-first-steps-pbl</guid>
      <description>&lt;p&gt;If, as me, you tried to make the tutorial of this quick start of Microsoft learn:&lt;/p&gt;

&lt;p&gt;Quickstart: Full-text search in the Azure portal&lt;br&gt;
&lt;a href="https://learn.microsoft.com/en-us/azure/search/search-get-started-portal" rel="noopener noreferrer"&gt;https://learn.microsoft.com/en-us/azure/search/search-get-started-portal&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You have encountered quite a few difficulties, meaning that it is impossible to successfully complete this tutorial for several reasons :&lt;/p&gt;

&lt;p&gt;The sample json file in not formatted as an array.&lt;/p&gt;

&lt;p&gt;even you transform the json file in an array, and select “json array” in the portal it doesn’t work any better&lt;/p&gt;

&lt;p&gt;so rather use this json lines file :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{"hotelId":"1","name":"Hotel Azure","city":"Paris","rating":4.5,"price":180,"amenities":["wifi","gym","spa"],"description":"A modern hotel close to the city center with excellent connectivity."}
{"hotelId":"2","name":"Cloud Inn","city":"London","rating":3.8,"price":120,"amenities":["wifi"],"description":"Affordable hotel hotelIdeal for business travelers."}
{"hotelId":"3","name":"AI Suites","city":"Paris","rating":5.0,"price":320,"amenities":["wifi","spa","pool"],"description":"Luxury suites with premium services and AI-powered concierge."}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;copy this in a text file and rename it hotels.jsonl&lt;br&gt;
Then, upload it in a storage account and configure the Keyboard search like this&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4zdowsni9gl1oiaa2cr5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4zdowsni9gl1oiaa2cr5.png" alt="marc charmois - azure ai search service  - data import and index creation" width="800" height="410"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Doing so, you can finally test the search:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa3ywt28kjh3gd4uki3lv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa3ywt28kjh3gd4uki3lv.png" alt="Azure AI Serach Portal test 1" width="800" height="406"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9uh4a05poh5nm9zl6jwo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9uh4a05poh5nm9zl6jwo.png" alt="Azure AI Search Portal test 2" width="800" height="407"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the complete tuto at:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://azure-ai-notes.blogspot.com/2026/01/full-text-search-azure-ai-search.html" rel="noopener noreferrer"&gt;https://azure-ai-notes.blogspot.com/2026/01/full-text-search-azure-ai-search.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>azureai</category>
      <category>azureaisearch</category>
      <category>azureaisearchportal</category>
    </item>
  </channel>
</rss>
