<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Setup Azure Storage Account using private endpoint in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Setup-Azure-Storage-Account-using-private-endpoint/m-p/698815#M115827</link>
    <description>&lt;P&gt;Even i do have the same requirement.&lt;/P&gt;&lt;P&gt;Connect to Storage Account via&amp;nbsp;&lt;SPAN&gt;private endpoint dns name rather than storage account name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2024 16:23:32 GMT</pubDate>
    <dc:creator>harnhbn</dc:creator>
    <dc:date>2024-09-11T16:23:32Z</dc:date>
    <item>
      <title>Setup Azure Storage Account using private endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setup-Azure-Storage-Account-using-private-endpoint/m-p/687323#M114536</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're trying to setup the Azure Storage account from the add-on and we're getting authentication failure. Credential is working fine when test using Azure Storage Explorer. Only difference is client environment has certain policy. It started to work when they add the respective VNET/Subnet in storage firewall while failing with authentication error over storage account private endpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does app can support storage account connectivity through specific storage services private endpoint? from configuration perspective, we can only define the storage account name and access key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 12:02:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setup-Azure-Storage-Account-using-private-endpoint/m-p/687323#M114536</guid>
      <dc:creator>jmmontejo</dc:creator>
      <dc:date>2024-05-13T12:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Azure Storage Account using private endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setup-Azure-Storage-Account-using-private-endpoint/m-p/698815#M115827</link>
      <description>&lt;P&gt;Even i do have the same requirement.&lt;/P&gt;&lt;P&gt;Connect to Storage Account via&amp;nbsp;&lt;SPAN&gt;private endpoint dns name rather than storage account name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 16:23:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setup-Azure-Storage-Account-using-private-endpoint/m-p/698815#M115827</guid>
      <dc:creator>harnhbn</dc:creator>
      <dc:date>2024-09-11T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Azure Storage Account using private endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setup-Azure-Storage-Account-using-private-endpoint/m-p/699255#M115868</link>
      <description>&lt;P&gt;Found a fix after going through the Microsoft Docs&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-gb/azure/storage/common/storage-private-endpoints?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&amp;amp;bc=%2Fazure%2Fstorage%2Fblobs%2Fbreadcrumb%2Ftoc.json" target="_blank"&gt;https://learn.microsoft.com/en-gb/azure/storage/common/storage-private-endpoints?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&amp;amp;bc=%2Fazure%2Fstorage%2Fblobs%2Fbreadcrumb%2Ftoc.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Answer is hidden in this -&amp;nbsp;dns-changes-for-private-endpoints&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-gb/azure/storage/common/storage-private-endpoints?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&amp;amp;bc=%2Fazure%2Fstorage%2Fblobs%2Fbreadcrumb%2Ftoc.json#dns-changes-for-private-endpoints" target="_blank"&gt;https://learn.microsoft.com/en-gb/azure/storage/common/storage-private-endpoints?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&amp;amp;bc=%2Fazure%2Fstorage%2Fblobs%2Fbreadcrumb%2Ftoc.json#dns-changes-for-private-endpoints&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once you create a private end point for the storage account. You should be able to resolve the private ip with a DNS Name.&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;Storage Account Name -&amp;nbsp;&lt;SPAN&gt;StorageAccountA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Private IP - 10.1.1.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Storage Account DNS Name would be: StorageAccountA.blob.core.windows.net &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now the trick is where ever you are configuring the addon, let say from your onprem server -&lt;/P&gt;&lt;P&gt;1. you should be able to resolve the DNS name&lt;SPAN&gt;&amp;nbsp;to the Private IP from that server. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. you should have the connectivity to the Private IP on port 443.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3.&amp;nbsp; access keys to storage account &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thats it, you can configure it on the addon and the connections will go through the private end point&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 08:09:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setup-Azure-Storage-Account-using-private-endpoint/m-p/699255#M115868</guid>
      <dc:creator>harnhbn</dc:creator>
      <dc:date>2024-09-17T08:09:11Z</dc:date>
    </item>
  </channel>
</rss>

