<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="https://progger.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://progger.com/" rel="alternate" type="text/html" /><updated>2021-05-13T12:03:41+00:00</updated><id>https://progger.com/feed.xml</id><title type="html">Ahmet Arsan’s Blog</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
</subtitle><author><name>aarsan</name><email>aarsan@progger.com</email></author><entry><title type="html">How Azure Throttles Requests</title><link href="https://progger.com/azure/2021/01/17/How-Azure-Throttles-Requests.html" rel="alternate" type="text/html" title="How Azure Throttles Requests" /><published>2021-01-17T04:16:53+00:00</published><updated>2021-01-17T04:16:53+00:00</updated><id>https://progger.com/azure/2021/01/17/How-Azure-Throttles-Requests</id><content type="html" xml:base="https://progger.com/azure/2021/01/17/How-Azure-Throttles-Requests.html">&lt;h2 id=&quot;what-does-azure-throttle&quot;&gt;What does Azure Throttle?&lt;/h2&gt;

&lt;p&gt;Azure Sentinel is the first cloud-native security information event management (SIEM) and security orchestration automated response (SOAR)from a major cloud provider.&lt;/p&gt;</content><author><name>aarsan</name><email>aarsan@progger.com</email></author><category term="azure" /><summary type="html">What does Azure Throttle?</summary></entry><entry><title type="html">Azure Sentinel 101</title><link href="https://progger.com/azure/2020/12/12/Azure-Sentinel.html" rel="alternate" type="text/html" title="Azure Sentinel 101" /><published>2020-12-12T04:16:53+00:00</published><updated>2020-12-12T04:16:53+00:00</updated><id>https://progger.com/azure/2020/12/12/Azure-Sentinel</id><content type="html" xml:base="https://progger.com/azure/2020/12/12/Azure-Sentinel.html">&lt;h2 id=&quot;what-is-azure-sentinel&quot;&gt;What is Azure Sentinel?&lt;/h2&gt;

&lt;p&gt;Azure Sentinel is the first cloud-native security information event management (SIEM) and security orchestration automated response (SOAR)from a major cloud provider.&lt;/p&gt;</content><author><name>aarsan</name><email>aarsan@progger.com</email></author><category term="azure" /><summary type="html">What is Azure Sentinel?</summary></entry><entry><title type="html">AzureAD B2C with ReactJS</title><link href="https://progger.com/azure/2020/12/10/AzureAD-B2C-ReactJS.html" rel="alternate" type="text/html" title="AzureAD B2C with ReactJS" /><published>2020-12-10T04:16:53+00:00</published><updated>2020-12-10T04:16:53+00:00</updated><id>https://progger.com/azure/2020/12/10/AzureAD-B2C-ReactJS</id><content type="html" xml:base="https://progger.com/azure/2020/12/10/AzureAD-B2C-ReactJS.html">&lt;p&gt;You’ll find this post in your &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;_posts&lt;/code&gt; directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;jekyll serve&lt;/code&gt;, which launches a web server and auto-regenerates your site when a file is updated.&lt;/p&gt;

&lt;p&gt;Jekyll requires blog post files to be named according to the following format:&lt;/p&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;YEAR-MONTH-DAY-title.MARKUP&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Where &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;YEAR&lt;/code&gt; is a four-digit number, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;MONTH&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;DAY&lt;/code&gt; are both two-digit numbers, and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;MARKUP&lt;/code&gt; is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.&lt;/p&gt;

&lt;p&gt;Jekyll also offers powerful support for code snippets:&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-ruby&quot; data-lang=&quot;ruby&quot;&gt;&lt;span class=&quot;k&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;print_hi&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
  &lt;span class=&quot;nb&quot;&gt;puts&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;Hi, &lt;/span&gt;&lt;span class=&quot;si&quot;&gt;#{&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;end&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;print_hi&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;'Tom'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;c1&quot;&gt;#=&amp;gt; prints 'Hi, Tom' to STDOUT.&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;p&gt;Check out the &lt;a href=&quot;https://jekyllrb.com/docs/home&quot;&gt;Jekyll docs&lt;/a&gt; for more info on how to get the most out of Jekyll. File all bugs/feature requests at &lt;a href=&quot;https://github.com/jekyll/jekyll&quot;&gt;Jekyll’s GitHub repo&lt;/a&gt;. If you have questions, you can ask them on &lt;a href=&quot;https://talk.jekyllrb.com/&quot;&gt;Jekyll Talk&lt;/a&gt;.&lt;/p&gt;</content><author><name>aarsan</name><email>aarsan@progger.com</email></author><category term="azure" /><summary type="html">You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.</summary></entry></feed>