<?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 Hi @Saf4Databricks, The error message is the key clue her... in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/150323#M53359</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/105089"&gt;@Saf4Databricks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The error message is the key clue here. When you enter the Azure Access Connector resource ID and get back:&lt;/P&gt;
&lt;PRE&gt;"is not a valid IAM role ARN. Valid ARNs normally look like arn:aws:iam::&amp;lt;account&amp;gt;:role/&amp;lt;iam-role-name&amp;gt;"&lt;/PRE&gt;
&lt;P&gt;This tells you that your Databricks workspace is hosted on AWS, not Azure. The credential creation form is expecting an AWS IAM role ARN because the workspace runs on AWS infrastructure. An Azure Access Connector resource ID (in the format /subscriptions/.../providers/Microsoft.Databricks/accessConnectors/...) is only valid on Azure Databricks workspaces.&lt;/P&gt;
&lt;P&gt;As &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt; correctly pointed out, the documentation you linked (Create service credentials - Azure Databricks) applies specifically to Azure-hosted Databricks workspaces.&lt;/P&gt;
&lt;P&gt;HOW TO DETERMINE YOUR CLOUD PROVIDER&lt;/P&gt;
&lt;P&gt;If you are using Databricks Free Edition (community.cloud.databricks.com), that is the AWS-hosted Free Edition. You can confirm this by checking your workspace URL:&lt;BR /&gt;
- AWS: typically ends in .cloud.databricks.com or .databricks.com with an AWS region&lt;BR /&gt;
- Azure: typically ends in .azuredatabricks.net&lt;/P&gt;
&lt;P&gt;YOUR OPTIONS&lt;/P&gt;
&lt;P&gt;1. If you want to use Azure services (like ADLS Gen2 with an Access Connector), you should create your Databricks workspace directly in Azure. Azure offers a Free Edition as well. See the Azure Databricks Free Edition documentation:&lt;BR /&gt;
&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/getting-started/free-edition" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/getting-started/free-edition&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. If you want to stay on the AWS-hosted Free Edition, you would need to use AWS-native credentials. For service credentials on AWS, you create an IAM role and provide its ARN. The documentation for that flow is here:&lt;BR /&gt;
&lt;A href="https://docs.databricks.com/aws/en/connect/unity-catalog/cloud-services/service-credentials" target="_blank"&gt;https://docs.databricks.com/aws/en/connect/unity-catalog/cloud-services/service-credentials&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that Free Edition does have some limitations on credential types compared to Premium. On AWS Free Edition, storage credentials are limited to AWS-native options (IAM roles).&lt;/P&gt;
&lt;P&gt;CREATING SERVICE CREDENTIALS ON AZURE DATABRICKS&lt;/P&gt;
&lt;P&gt;For reference, once you have an Azure-hosted workspace, the correct flow for service credentials with an Access Connector is:&lt;/P&gt;
&lt;P&gt;1. Create an Azure Databricks Access Connector in the Azure portal&lt;BR /&gt;
2. Assign the Access Connector's managed identity the appropriate role on your target service&lt;BR /&gt;
3. In your Azure Databricks workspace, go to Catalog, then External data, then the Credentials tab&lt;BR /&gt;
4. Click Create credential and select Service Credential&lt;BR /&gt;
5. Enter the Access Connector resource ID in the format:&lt;/P&gt;
&lt;PRE&gt;/subscriptions/&amp;lt;subscription-id&amp;gt;/resourceGroups/&amp;lt;resource-group&amp;gt;/providers/Microsoft.Databricks/accessConnectors/&amp;lt;connector-name&amp;gt;&lt;/PRE&gt;
&lt;P&gt;6. If using a user-assigned managed identity, also provide the managed identity resource ID&lt;BR /&gt;
7. Click Create&lt;/P&gt;
&lt;P&gt;Full Azure documentation:&lt;BR /&gt;
&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/connect/unity-catalog/cloud-services/service-credentials" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/connect/unity-catalog/cloud-services/service-credentials&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope this clears up the cloud provider mismatch and helps you move forward.&lt;/P&gt;
&lt;P&gt;* This reply used an agent system I built to research and draft this response based on the wide set of documentation I have available and previous memory. I personally review the draft for any obvious issues and for monitoring system reliability and update it when I detect any drift, but there is still a small chance that something is inaccurate, especially if you are experimenting with brand new features.&lt;/P&gt;
&lt;P&gt;If this answer resolves your question, could you mark it as "Accept as Solution"? That helps other users quickly find the correct fix.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2026 05:05:06 GMT</pubDate>
    <dc:creator>SteveOstrowski</dc:creator>
    <dc:date>2026-03-09T05:05:06Z</dc:date>
    <item>
      <title>Issue on Service Credential creation for Azure Databricks access connector</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149115#M53022</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;: Why I'm getting the following error and how can we fix it?&lt;/P&gt;&lt;P&gt;In step 6 of&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/connect/unity-catalog/cloud-services/service-credentials#create-a-service-credential-using-a-managed-identity" target="_blank" rel="noopener"&gt;Create service credentials - Azure Databricks | Microsoft Learn&lt;/A&gt;&amp;nbsp;when I enter the &lt;STRONG&gt;resource id&lt;/STRONG&gt; of my&amp;nbsp;&lt;STRONG&gt;Azure Databricks access connector&lt;/STRONG&gt;, I get the following error:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;/subscriptions/a76c7e8f-210d-45e5-8f5e-525015b1c881/resourceGroups/rg_SDP/providers/Microsoft.Databricks/accessConnectors/AcceeConnector4Dbricks is not a valid IAM role ARN. Valid ARNs normally look like arn:aws:iam::&amp;lt;account&amp;gt;:role/&amp;lt;iam-role-name&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;But the step 6 of the above linked document says the format should be in the following format:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;/subscriptions/&amp;lt;subscription-id&amp;gt;/resourceGroups/&amp;lt;resource-group&amp;gt;/providers/Microsoft.Databricks/accessConnectors/&amp;lt;connector-name&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;And, as shown in image below, I'm using the format suggested by step 6:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Service_Credential_dialogBox.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24255i43E9964C89D234FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Service_Credential_dialogBox.png" alt="Service_Credential_dialogBox.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 03:32:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149115#M53022</guid>
      <dc:creator>Saf4Databricks</dc:creator>
      <dc:date>2026-02-24T03:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Service Credential creation for Azure Databricks access connector</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149137#M53024</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/105089"&gt;@Saf4Databricks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You created Access Connector in Azure, but your Databricks instance is hosted in AWS. So that's why you're getting this error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-24 091205.png" style="width: 659px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24269i2F9B054B1760D870/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-02-24 091205.png" alt="Screenshot 2026-02-24 091205.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 08:12:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149137#M53024</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2026-02-24T08:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Service Credential creation for Azure Databricks access connector</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149201#M53040</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;, does that mean, Databricks free version cannot be used with Azure, correct? If so, are there any alternatives?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 18:09:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149201#M53040</guid>
      <dc:creator>Saf4Databricks</dc:creator>
      <dc:date>2026-02-24T18:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Service Credential creation for Azure Databricks access connector</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149207#M53042</link>
      <description>&lt;P&gt;Nothing to do with that. You can use Free Edition in Azure for sure.&amp;nbsp;I guess your problem is you should create your workspace in Azure, not in AWS. Here are more details about it:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/getting-started/free-edition" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/getting-started/free-edition&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 19:08:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149207#M53042</guid>
      <dc:creator>Coffee77</dc:creator>
      <dc:date>2026-02-24T19:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Service Credential creation for Azure Databricks access connector</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149215#M53044</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/105089"&gt;@Saf4Databricks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yes, as of now it's a limitation of Free Edition. So if your free edtion is hosted on AWS then you can configure following storage types:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s1.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24291i0F202855BCEB78D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="s1.png" alt="s1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In Premium edition you can configure different storage types.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24292i6CCA8AFCFC2D1F6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 21:08:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149215#M53044</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2026-02-24T21:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Service Credential creation for Azure Databricks access connector</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149225#M53048</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;thank you for providing this info - it will help be in broader context. But, when I select &lt;EM&gt;Storage Credential&lt;/EM&gt; (instead of &lt;EM&gt;Service Credential&lt;/EM&gt;) in my &lt;A title="Databricks Free Edition" href="https://docs.databricks.com/aws/en/getting-started/free-edition" target="_blank" rel="noopener"&gt;Databricks Free Edition | Databricks on AWS&lt;/A&gt;, I'm seeing only following two choices (highlighted below):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Service_Credential_dialogBox.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24294i086C02F6A8A8A903/image-size/large?v=v2&amp;amp;px=999" role="button" title="Service_Credential_dialogBox.png" alt="Service_Credential_dialogBox.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 00:33:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149225#M53048</guid>
      <dc:creator>Saf4Databricks</dc:creator>
      <dc:date>2026-02-25T00:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Service Credential creation for Azure Databricks access connector</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149249#M53050</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;My screenshot was referring to External Locations. But it's the same story with a storage credetials as well. So in Premium workspace you have following options:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 570px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24308i907E9003DD517575/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And FreeEdition is limited to following options. It's a limitation and you can't do much about this &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 563px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24309i08F5D88A891F40D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 06:29:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149249#M53050</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2026-02-25T06:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Service Credential creation for Azure Databricks access connector</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149439#M53103</link>
      <description>&lt;P&gt;Got it. Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;for sharing your knowledge.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 01:08:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/149439#M53103</guid>
      <dc:creator>Saf4Databricks</dc:creator>
      <dc:date>2026-02-27T01:08:22Z</dc:date>
    </item>
    <item>
      <title>Hi @Saf4Databricks, The error message is the key clue her...</title>
      <link>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/150323#M53359</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/105089"&gt;@Saf4Databricks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The error message is the key clue here. When you enter the Azure Access Connector resource ID and get back:&lt;/P&gt;
&lt;PRE&gt;"is not a valid IAM role ARN. Valid ARNs normally look like arn:aws:iam::&amp;lt;account&amp;gt;:role/&amp;lt;iam-role-name&amp;gt;"&lt;/PRE&gt;
&lt;P&gt;This tells you that your Databricks workspace is hosted on AWS, not Azure. The credential creation form is expecting an AWS IAM role ARN because the workspace runs on AWS infrastructure. An Azure Access Connector resource ID (in the format /subscriptions/.../providers/Microsoft.Databricks/accessConnectors/...) is only valid on Azure Databricks workspaces.&lt;/P&gt;
&lt;P&gt;As &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt; correctly pointed out, the documentation you linked (Create service credentials - Azure Databricks) applies specifically to Azure-hosted Databricks workspaces.&lt;/P&gt;
&lt;P&gt;HOW TO DETERMINE YOUR CLOUD PROVIDER&lt;/P&gt;
&lt;P&gt;If you are using Databricks Free Edition (community.cloud.databricks.com), that is the AWS-hosted Free Edition. You can confirm this by checking your workspace URL:&lt;BR /&gt;
- AWS: typically ends in .cloud.databricks.com or .databricks.com with an AWS region&lt;BR /&gt;
- Azure: typically ends in .azuredatabricks.net&lt;/P&gt;
&lt;P&gt;YOUR OPTIONS&lt;/P&gt;
&lt;P&gt;1. If you want to use Azure services (like ADLS Gen2 with an Access Connector), you should create your Databricks workspace directly in Azure. Azure offers a Free Edition as well. See the Azure Databricks Free Edition documentation:&lt;BR /&gt;
&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/getting-started/free-edition" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/getting-started/free-edition&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. If you want to stay on the AWS-hosted Free Edition, you would need to use AWS-native credentials. For service credentials on AWS, you create an IAM role and provide its ARN. The documentation for that flow is here:&lt;BR /&gt;
&lt;A href="https://docs.databricks.com/aws/en/connect/unity-catalog/cloud-services/service-credentials" target="_blank"&gt;https://docs.databricks.com/aws/en/connect/unity-catalog/cloud-services/service-credentials&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that Free Edition does have some limitations on credential types compared to Premium. On AWS Free Edition, storage credentials are limited to AWS-native options (IAM roles).&lt;/P&gt;
&lt;P&gt;CREATING SERVICE CREDENTIALS ON AZURE DATABRICKS&lt;/P&gt;
&lt;P&gt;For reference, once you have an Azure-hosted workspace, the correct flow for service credentials with an Access Connector is:&lt;/P&gt;
&lt;P&gt;1. Create an Azure Databricks Access Connector in the Azure portal&lt;BR /&gt;
2. Assign the Access Connector's managed identity the appropriate role on your target service&lt;BR /&gt;
3. In your Azure Databricks workspace, go to Catalog, then External data, then the Credentials tab&lt;BR /&gt;
4. Click Create credential and select Service Credential&lt;BR /&gt;
5. Enter the Access Connector resource ID in the format:&lt;/P&gt;
&lt;PRE&gt;/subscriptions/&amp;lt;subscription-id&amp;gt;/resourceGroups/&amp;lt;resource-group&amp;gt;/providers/Microsoft.Databricks/accessConnectors/&amp;lt;connector-name&amp;gt;&lt;/PRE&gt;
&lt;P&gt;6. If using a user-assigned managed identity, also provide the managed identity resource ID&lt;BR /&gt;
7. Click Create&lt;/P&gt;
&lt;P&gt;Full Azure documentation:&lt;BR /&gt;
&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/connect/unity-catalog/cloud-services/service-credentials" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/connect/unity-catalog/cloud-services/service-credentials&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope this clears up the cloud provider mismatch and helps you move forward.&lt;/P&gt;
&lt;P&gt;* This reply used an agent system I built to research and draft this response based on the wide set of documentation I have available and previous memory. I personally review the draft for any obvious issues and for monitoring system reliability and update it when I detect any drift, but there is still a small chance that something is inaccurate, especially if you are experimenting with brand new features.&lt;/P&gt;
&lt;P&gt;If this answer resolves your question, could you mark it as "Accept as Solution"? That helps other users quickly find the correct fix.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 05:05:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/issue-on-service-credential-creation-for-azure-databricks-access/m-p/150323#M53359</guid>
      <dc:creator>SteveOstrowski</dc:creator>
      <dc:date>2026-03-09T05:05:06Z</dc:date>
    </item>
  </channel>
</rss>

