<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Azure on Amit Bahree&#39;s (useless?) insight!</title>
    <link>/tags/azure/</link>
    <description>Recent content in Azure on Amit Bahree&#39;s (useless?) insight!</description>
    <generator>Hugo -- 0.151.0</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 21 Jun 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/azure/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>GPT-3 vs other AI powered assistants</title>
      <link>/post/2021/06/gpt-3-vs-other-ai-powered-assistants/</link>
      <pubDate>Mon, 21 Jun 2021 00:00:00 +0000</pubDate>
      <guid>/post/2021/06/gpt-3-vs-other-ai-powered-assistants/</guid>
      <description>&lt;p&gt;I have been kicking the tires with Open AI&amp;rsquo;s &lt;a
	
		href = &#34;#GPT3&#34;
	

	

	&gt;
	
	&lt;span&gt;
		#GPT-3
	&lt;/span&gt;
&lt;/a&gt;. Based on the screenshot below, it might be easy to think &amp;ldquo;oh boy does the model think highly of itself&amp;rdquo;, but as with most things in life - the devil is in the details.😃 The screenshot below was a forked version of &lt;a
	
		href = &#34;https://beta.openai.com/docs/engines&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		davinci engine
	&lt;/span&gt;
&lt;/a&gt; and follows the Q&amp;amp;A structure.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I have been kicking the tires with Open AI&rsquo;s <a
	
		href = "#GPT3"
	

	

	>
	
	<span>
		#GPT-3
	</span>
</a>. Based on the screenshot below, it might be easy to think &ldquo;oh boy does the model think highly of itself&rdquo;, but as with most things in life - the devil is in the details.😃 The screenshot below was a forked version of <a
	
		href = "https://beta.openai.com/docs/engines"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		davinci engine
	</span>
</a> and follows the Q&amp;A structure.</p>
<p><p>

    <figure>
        <img src="images/openAI-vs-others.png" alt="OpenAI&rsquo;s GPT3 answering questions when compared to other AI-powered assistants."/>
        <figcaption>GPT-3 vs other AI assistants</figcaption>
    </figure>

</p></p>
<p>Using OpenAI&rsquo;s API is quite simple; perhaps too simple! It is quite easy to unleash the beast as the code snippet shown below. If you are new to using GPT3, I would highly recommend you start with the <a
	
		href = "https://beta.openai.com/docs/use-case-guidelines/use-case-requirements-library"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		use case model guidelines
	</span>
</a> first.</p>
<p>In the context of a toy example, to get to a simple Q&amp;A chatbot as the screenshot earlier shown is quite simple. The API is powerful, and simple to use, and getting started is easy as the code below shows.</p>
<div class="highlight"><div style="color:#cad3f5;background-color:#24273a;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">
<table style="border-spacing:0;padding:0;margin:0;border:0;"><tr><td style="vertical-align:top;padding:0;margin:0;border:0;">
<pre tabindex="0" style="color:#cad3f5;background-color:#24273a;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="1"><a style="outline:none;text-decoration:none;color:inherit" href="#1"> 1</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="2"><a style="outline:none;text-decoration:none;color:inherit" href="#2"> 2</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="3"><a style="outline:none;text-decoration:none;color:inherit" href="#3"> 3</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="4"><a style="outline:none;text-decoration:none;color:inherit" href="#4"> 4</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="5"><a style="outline:none;text-decoration:none;color:inherit" href="#5"> 5</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="6"><a style="outline:none;text-decoration:none;color:inherit" href="#6"> 6</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="7"><a style="outline:none;text-decoration:none;color:inherit" href="#7"> 7</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="8"><a style="outline:none;text-decoration:none;color:inherit" href="#8"> 8</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="9"><a style="outline:none;text-decoration:none;color:inherit" href="#9"> 9</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="10"><a style="outline:none;text-decoration:none;color:inherit" href="#10">10</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="11"><a style="outline:none;text-decoration:none;color:inherit" href="#11">11</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="12"><a style="outline:none;text-decoration:none;color:inherit" href="#12">12</a>
</span><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8087a2" id="13"><a style="outline:none;text-decoration:none;color:inherit" href="#13">13</a>
</span></code></pre></td>
<td style="vertical-align:top;padding:0;margin:0;border:0;;width:100%">
<pre tabindex="0" style="color:#cad3f5;background-color:#24273a;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-python" data-lang="python"><span style="display:flex;"><span><span style="color:#8bd5ca">import</span> <span style="color:#f5a97f">os</span>
</span></span><span style="display:flex;"><span> <span style="color:#8bd5ca">import</span> <span style="color:#f5a97f">openai</span>
</span></span><span style="display:flex;"><span> openai<span style="color:#91d7e3;font-weight:bold">.</span>api_key <span style="color:#91d7e3;font-weight:bold">=</span> os<span style="color:#91d7e3;font-weight:bold">.</span>getenv(<span style="color:#a6da95">&#34;OPENAI_API_KEY&#34;</span>)
</span></span><span style="display:flex;"><span> response <span style="color:#91d7e3;font-weight:bold">=</span> openai<span style="color:#91d7e3;font-weight:bold">.</span>Completion<span style="color:#91d7e3;font-weight:bold">.</span>create(
</span></span><span style="display:flex;"><span>   engine<span style="color:#91d7e3;font-weight:bold">=</span><span style="color:#a6da95">&#34;davinci&#34;</span>,
</span></span><span style="display:flex;"><span>   prompt<span style="color:#91d7e3;font-weight:bold">=</span><span style="color:#a6da95">&#34;I am a highly intelligent question answering bot. If you ask me a question that is rooted in truth, I will give you the answer. If you ask me a question that is nonsense, trickery, or has no clear answer, I will respond with </span><span style="color:#8aadf4">\&#34;</span><span style="color:#a6da95">Unknown</span><span style="color:#8aadf4">\&#34;</span><span style="color:#a6da95">.</span><span style="color:#8aadf4">\n\n</span><span style="color:#a6da95">Q: What is human life expectancy in the United States?</span><span style="color:#8aadf4">\n</span><span style="color:#a6da95">A: Human life expectancy in the United States is 78 years.</span><span style="color:#8aadf4">\n\n</span><span style="color:#a6da95">Q: Who was president of the United States in 1955?</span><span style="color:#8aadf4">\n</span><span style="color:#a6da95">A: Dwight D. Eisenhower was president of the United States in 1955.</span><span style="color:#8aadf4">\n\n</span><span style="color:#a6da95">Q: Which party did he belong to?</span><span style="color:#8aadf4">\n</span><span style="color:#a6da95">A: He belonged to the Republican Party.</span><span style="color:#8aadf4">\n\n</span><span style="color:#a6da95">Q: What is the square root of banana?</span><span style="color:#8aadf4">\n</span><span style="color:#a6da95">A: Unknown</span><span style="color:#8aadf4">\n\&#34;</span><span style="color:#a6da95">,</span>
</span></span><span style="display:flex;"><span>   temperature<span style="color:#91d7e3;font-weight:bold">=</span><span style="color:#f5a97f">0</span>,
</span></span><span style="display:flex;"><span>   max_tokens<span style="color:#91d7e3;font-weight:bold">=</span><span style="color:#f5a97f">100</span>,
</span></span><span style="display:flex;"><span>   top_p<span style="color:#91d7e3;font-weight:bold">=</span><span style="color:#f5a97f">1</span>,
</span></span><span style="display:flex;"><span>   frequency_penalty<span style="color:#91d7e3;font-weight:bold">=</span><span style="color:#f5a97f">0.0</span>,
</span></span><span style="display:flex;"><span>   presence_penalty<span style="color:#91d7e3;font-weight:bold">=</span><span style="color:#f5a97f">0.0</span>,
</span></span><span style="display:flex;"><span>   stop<span style="color:#91d7e3;font-weight:bold">=</span>[<span style="color:#a6da95">&#34;</span><span style="color:#8aadf4">\n</span><span style="color:#a6da95">&#34;</span>]
</span></span><span style="display:flex;"><span> )</span></span></code></pre></td></tr></table>
</div>
</div>
<p>There are three core concepts when using GPT-3: Prompt, Completion, and Tokens.</p>
<p>To start using the API, we need to start giving it some <strong>prompts</strong> - this provide some context to the engine on what is expecting. Without the surface area is too broad and we get into nonsensical situations. This is part of the task-specific fine-tuning required.</p>
<p>Think of when giving examples as part of the prompt, we are essentially <em>&ldquo;programming&rdquo;</em> the model and providing guidance and providing some hints to context and pattern matching. Note the training data cut off in late 2019, so the model in production today doesn&rsquo;t have access to data and events post that (e.g., Covid).</p>
<p><strong>Completion</strong> is the output that GPT3 generates based on the prompt. To be clear, this is not the full text but is the predicted completions; think of it as &ldquo;autocomplete&rdquo; in Word, or Outlook or a search engine. The API has flexibility to return more than one predicted completion along with the probabilities of alternative tokens at each position (to me it seems just like the wave function when thinking of Quantum mechanics 🐼).</p>
<p>Finally, think of <strong>Token</strong> are the smaller Lego blocks that combine to make words. The API, which is nothing but wrappers around GPT-3 breaks up the text into tokens before processing it. The GPT-3 model understands the statistical relationships between these tokens and uses this to produce the next token in a sequence of tokens.</p>
<p>For example, if we are curious about Tokens, we can see in the screenshot below how the API &ldquo;tokenizes&rdquo; this paragraph and get the details of the tokens. This paragraph contains 207 characters and 43 tokens.</p>
<p><p>

    <figure>
        <img src="images/gpt3-text-tokens.png" alt="Token text that GPT-3 API converts to before using."/>
        <figcaption>GPT-3 Tokens - Text</figcaption>
    </figure>

</p></p>
<p><p>

    <figure>
        <img src="images/gpt3-text-token-IDs.png" alt="Token ID&rsquo;s that GPT-3 API converts to before using"/>
        <figcaption>GPT-3 Token - IDs</figcaption>
    </figure>

</p></p>
<p>At a high level, think of one token == ~4 characters of text, which is ¾ of a word; so, 100 tokens ~= 75 words.</p>
<p>This is just dipping our toes in the beast that is GPT-3; the APIs which wrap up and expose the engines (more on that in another post) make it simple to use and without getting too much in the weeds of 175 billion parameters. &#x1f604;</p>
]]></content:encoded>
    </item>
    <item>
      <title>Redis on Windows 8 and VS 2012 RC?</title>
      <link>/post/2012/07/redis-on-windows-8-and-vs-2012-rc/</link>
      <pubDate>Thu, 12 Jul 2012 00:00:00 +0000</pubDate>
      <guid>/post/2012/07/redis-on-windows-8-and-vs-2012-rc/</guid>
      <description>&lt;p&gt;I am trying to see if I can get &lt;a
	
		href = &#34;http://redis.io/&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		Redis
	&lt;/span&gt;
&lt;/a&gt; working on Windows 8 using Visual Studio 2012 RC bits – I have not had much success, but then I have not had much time to invest to try this out.&lt;/p&gt;
&lt;p&gt;I am wanting to give a demo tomorrow and would be good to see if I can get this working. Curious to know if anyone else has got this?&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I am trying to see if I can get <a
	
		href = "http://redis.io/"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		Redis
	</span>
</a> working on Windows 8 using Visual Studio 2012 RC bits – I have not had much success, but then I have not had much time to invest to try this out.</p>
<p>I am wanting to give a demo tomorrow and would be good to see if I can get this working. Curious to know if anyone else has got this?</p>
<p>If not Redis, then have you got some other implementation working on Windows 8? I was thinking of <a
	
		href = "http://ravendb.net"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		RavenDB
	</span>
</a>.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Automatic eTag Management with WCF Web API Message Handlers</title>
      <link>/post/2011/07/automatic-etag-management-with-wcf-web-api-message-handlers/</link>
      <pubDate>Thu, 07 Jul 2011 00:00:00 +0000</pubDate>
      <guid>/post/2011/07/automatic-etag-management-with-wcf-web-api-message-handlers/</guid>
      <description></description>
    </item>
    <item>
      <title>Hadoop in Azure</title>
      <link>/post/2011/05/hadoop-in-azure/</link>
      <pubDate>Sun, 22 May 2011 00:00:00 +0000</pubDate>
      <guid>/post/2011/05/hadoop-in-azure/</guid>
      <description>&lt;p&gt;My dear friend &lt;a
	
		href = &#34;http://blogs.msdn.com/b/mariok/&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		Mario
	&lt;/span&gt;
&lt;/a&gt; has finally got around to blogging and one of his &lt;a
	
		href = &#34;http://blogs.msdn.com/b/mariok/archive/2011/05/11/hadoop-in-azure.aspx&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		latest posts shows
	&lt;/span&gt;
&lt;/a&gt;, it is possible to run &lt;a
	
		href = &#34;http://hadoop.apache.org/&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		Hadoop
	&lt;/span&gt;
&lt;/a&gt; (which if you are not familiar with, can be thought of as an open source version of Google’s &lt;a
	
		href = &#34;http://labs.google.com/papers/mapreduce.html&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		MapReduce
	&lt;/span&gt;
&lt;/a&gt;) in Azure. You need to setup a typical configuration of nodes (Name Nodes, Tracker and Slaves).&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>My dear friend <a
	
		href = "http://blogs.msdn.com/b/mariok/"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		Mario
	</span>
</a> has finally got around to blogging and one of his <a
	
		href = "http://blogs.msdn.com/b/mariok/archive/2011/05/11/hadoop-in-azure.aspx"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		latest posts shows
	</span>
</a>, it is possible to run <a
	
		href = "http://hadoop.apache.org/"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		Hadoop
	</span>
</a> (which if you are not familiar with, can be thought of as an open source version of Google’s <a
	
		href = "http://labs.google.com/papers/mapreduce.html"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		MapReduce
	</span>
</a>) in Azure. You need to setup a typical configuration of nodes (Name Nodes, Tracker and Slaves).</p>
<p>Sure, there are a number of dependencies some you would expect, others not (e.g. Cygwin – cringe!; but hopefully that will go away with Hadoop 0.22). I wonder what overheard the Cygwin runtime has?</p>
<p>It would be interesting to know if someone is (or planning) to use this at work.</p>
<p><p>

    <img src="images/2376.71.png" alt=""/>

</p></p>
]]></content:encoded>
    </item>
    <item>
      <title>BizTalk 2010</title>
      <link>/post/2011/02/biztalk-2010/</link>
      <pubDate>Mon, 07 Feb 2011 00:00:00 +0000</pubDate>
      <guid>/post/2011/02/biztalk-2010/</guid>
      <description>&lt;p&gt;I was wondering what new features of BizTalk 2010 do you like the most? Also are they any must have tools now? I am interested in the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Automated deployment (of interfaces)&lt;/li&gt;
&lt;li&gt;Automated testing (regression and functional where possible)&lt;/li&gt;
&lt;li&gt;Automated configuration management (across various environments – development, various testing, pre-prod and of course prod).&lt;/li&gt;
&lt;li&gt;Coordination with AppFabric?&lt;/li&gt;
&lt;/ul&gt;</description>
      <content:encoded><![CDATA[<p>I was wondering what new features of BizTalk 2010 do you like the most? Also are they any must have tools now? I am interested in the following:</p>
<ul>
<li>Automated deployment (of interfaces)</li>
<li>Automated testing (regression and functional where possible)</li>
<li>Automated configuration management (across various environments – development, various testing, pre-prod and of course prod).</li>
<li>Coordination with AppFabric?</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>New Azure SDK</title>
      <link>/post/2009/01/new-azure-sdk/</link>
      <pubDate>Fri, 16 Jan 2009 00:00:00 +0000</pubDate>
      <guid>/post/2009/01/new-azure-sdk/</guid>
      <description>&lt;p&gt;Microsoft has released a new Jan CTP of the &lt;a
	
		href = &#34;http://www.microsoft.com/downloads/details.aspx?FamilyID=80e3eabf-0507-4560-aeb6-d31e9a70a0a6&amp;amp;displaylang=en&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		Azure SDK
	&lt;/span&gt;
&lt;/a&gt; and the &lt;a
	
		href = &#34;http://go.microsoft.com/fwlink/?LinkId=128752&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		Azure tools for VS.NET
	&lt;/span&gt;
&lt;/a&gt;. You can get all the links from the &lt;a
	
		href = &#34;http://msdn.microsoft.com/en-us/vstudio/cc972640.aspx&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		Cloud Computing Tools
	&lt;/span&gt;
&lt;/a&gt; and of course the &lt;a
	
		href = &#34;http://msdn.microsoft.com/en-us/azure/cc994380.aspx&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		Azure MSDN page
	&lt;/span&gt;
&lt;/a&gt;. I would recommend you get the new SDK instead of using the one released earlier.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Microsoft has released a new Jan CTP of the <a
	
		href = "http://www.microsoft.com/downloads/details.aspx?FamilyID=80e3eabf-0507-4560-aeb6-d31e9a70a0a6&amp;displaylang=en"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		Azure SDK
	</span>
</a> and the <a
	
		href = "http://go.microsoft.com/fwlink/?LinkId=128752"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		Azure tools for VS.NET
	</span>
</a>. You can get all the links from the <a
	
		href = "http://msdn.microsoft.com/en-us/vstudio/cc972640.aspx"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		Cloud Computing Tools
	</span>
</a> and of course the <a
	
		href = "http://msdn.microsoft.com/en-us/azure/cc994380.aspx"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		Azure MSDN page
	</span>
</a>. I would recommend you get the new SDK instead of using the one released earlier.</p>
<p><p>

    <img src="http://desigeek.com/weblog/aggbug.aspx?PostID=5253" alt=""/>

</p></p>
]]></content:encoded>
    </item>
    <item>
      <title>Got my Azure accounts Provisioned</title>
      <link>/post/2008/10/got-my-azure-accounts-provisioned/</link>
      <pubDate>Thu, 30 Oct 2008 00:00:00 +0000</pubDate>
      <guid>/post/2008/10/got-my-azure-accounts-provisioned/</guid>
      <description>&lt;p&gt;Got all my tokens and got all the accounts up and running. Now need to write some code. &lt;p&gt;

    &lt;img src=&#34;images/emotion-1.gif&#34; alt=&#34;Smile&#34;/&gt;

&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a
	
		href = &#34;http://www.bahree.com/amit/blog_images/GotmyAzureaccountsProvisioned_3641/image.png&#34;
	

	

	
		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;
		&gt;
	
	&lt;span&gt;
		&lt;p&gt;

    &lt;figure&gt;
        &lt;img src=&#34;images/image_thumb.png&#34; alt=&#34;image&#34;/&gt;
        &lt;figcaption&gt;image&lt;/figcaption&gt;
    &lt;/figure&gt;

&lt;/p&gt;
	&lt;/span&gt;
&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Got all my tokens and got all the accounts up and running. Now need to write some code. <p>

    <img src="images/emotion-1.gif" alt="Smile"/>

</p></p>
<p><a
	
		href = "http://www.bahree.com/amit/blog_images/GotmyAzureaccountsProvisioned_3641/image.png"
	

	

	
		target = "_blank"
		rel = "nofollow noopener noreferrer"
		>
	
	<span>
		<p>

    <figure>
        <img src="images/image_thumb.png" alt="image"/>
        <figcaption>image</figcaption>
    </figure>

</p>
	</span>
</a></p>
]]></content:encoded>
    </item>
  </channel>
</rss>
