<?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: Terraform failure for CVO - subscription is not associated to your credentials in Cloud Volumes ONTAP</title>
    <link>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434476#M413</link>
    <description>&lt;P&gt;Had a little look through CloudManager and I was surprised to see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash5k1_0-1651032345527.png" style="width: 695px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/23363i6B3B5BACA5603F30/image-dimensions/695x61?v=v2" width="695" height="61" role="button" title="Slash5k1_0-1651032345527.png" alt="Slash5k1_0-1651032345527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have triple checked that I have subscribed with Azure and I can see it associated within CloudManager:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash5k1_1-1651032477418.png" style="width: 585px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/23364i60974C14906FDBE3/image-dimensions/585x141?v=v2" width="585" height="141" role="button" title="Slash5k1_1-1651032477418.png" alt="Slash5k1_1-1651032477418.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;yet oddly when I click on edit credentials (in the first screenshot); I get the following prompt and when i select my subscription the apply button does nothing... tried multiple browsers... same problem &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash5k1_2-1651032560019.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/23365i368885AD8B7940DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Slash5k1_2-1651032560019.png" alt="Slash5k1_2-1651032560019.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I suspect this is the problem I am having with my Terraform not working... just need to figure out what's broken &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 04:10:22 GMT</pubDate>
    <dc:creator>Slash5k1</dc:creator>
    <dc:date>2022-04-27T04:10:22Z</dc:date>
    <item>
      <title>Terraform failure for CVO - subscription is not associated to your credentials</title>
      <link>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434469#M410</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upon running Terraform to successfully stand up CVO connector using a service principal i am unable to create a CVO instance as I receive the following error:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;│ Error: code: 400, message: {"message":"subscription xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx is not associated to your credentials","causeMessage":"BadRequestException: subscription xxxxxxxxxxxxxxxxxxxxx is not associated to your credentials"}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the sub id matches the id of where the connector has been deployed and I elevated the service principal out of pure frustration&amp;nbsp;to owner to see if that made a difference&amp;nbsp;but it didn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my Terraform resource definition (you can see I am inheriting values from the connector - so it should all just work?):&lt;/P&gt;&lt;P&gt;&lt;EM&gt;resource "netapp-cloudmanager_cvo_azure" "cl-azure" {&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;depends_on = [netapp-cloudmanager_connector_azure.cl-occm-azure]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;provider = netapp-cloudmanager&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;name = "TerraformCVOAzure"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;location = netapp-cloudmanager_connector_azure.cl-occm-azure.location&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;subscription_id = netapp-cloudmanager_connector_azure.cl-occm-azure.subscription_id&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;subnet_id = netapp-cloudmanager_connector_azure.cl-occm-azure.subnet_id&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;vnet_id = netapp-cloudmanager_connector_azure.cl-occm-azure.vnet_id&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;vnet_resource_group = netapp-cloudmanager_connector_azure.cl-occm-azure.resource_group&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;security_group_id = "/subscriptions/${var.azure_subscription_id}/resourceGroups/${var.prefix}-rg/providers/Microsoft.Network/networkSecurityGroups/${azurerm_network_security_group.demo.name}"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;data_encryption_type = "AZURE"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;azure_tag {&lt;BR /&gt;tag_key = "name"&lt;BR /&gt;tag_value = var.prefix&lt;BR /&gt;}&lt;BR /&gt;storage_type = "Premium_LRS"&lt;BR /&gt;svm_password = netapp-cloudmanager_connector_azure.cl-occm-azure.admin_password&lt;BR /&gt;client_id = netapp-cloudmanager_connector_azure.cl-occm-azure.client_id&lt;BR /&gt;capacity_tier = "Blob"&lt;BR /&gt;writing_speed_state = "NORMAL"&lt;BR /&gt;is_ha = false&lt;BR /&gt;instance_type = "Standard_DS3_v2"&lt;BR /&gt;license_type = "capacity-paygo"&lt;BR /&gt;capacity_package_name = "Freemium"&lt;BR /&gt;disk_size = 500&lt;BR /&gt;disk_size_unit = "GB"&lt;BR /&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;welcome any suggestions on what I may have missed &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:01:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434469#M410</guid>
      <dc:creator>Slash5k1</dc:creator>
      <dc:date>2025-06-04T10:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform failure for CVO - subscription is not associated to your credentials</title>
      <link>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434471#M411</link>
      <description>&lt;P&gt;Have you checked out this KB?&amp;nbsp; I believe it is the answer you are looking for.&amp;nbsp; &lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Cloud_Services/Cloud_Manager/%22Your_credentials_are_not_associated_with_any_subscription%22_when_discovering_CVO" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Cloud_Services/Cloud_Manager/%22Your_credentials_are_not_associated_with_any_subscription%22_when_discovering_CVO&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 02:57:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434471#M411</guid>
      <dc:creator>NetApp_JZ</dc:creator>
      <dc:date>2022-04-27T02:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform failure for CVO - subscription is not associated to your credentials</title>
      <link>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434472#M412</link>
      <description>&lt;P&gt;Thankyou for the KB link. - the service principal is associated at the subscription level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What surprises me is that the service principal account can create azure resources ie security groups, networks, virtual machines including the cloud connector. When the Terrafrom resource tries to create CVO that's when it falls into a heap with that error.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 03:09:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434472#M412</guid>
      <dc:creator>Slash5k1</dc:creator>
      <dc:date>2022-04-27T03:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform failure for CVO - subscription is not associated to your credentials</title>
      <link>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434476#M413</link>
      <description>&lt;P&gt;Had a little look through CloudManager and I was surprised to see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash5k1_0-1651032345527.png" style="width: 695px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/23363i6B3B5BACA5603F30/image-dimensions/695x61?v=v2" width="695" height="61" role="button" title="Slash5k1_0-1651032345527.png" alt="Slash5k1_0-1651032345527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have triple checked that I have subscribed with Azure and I can see it associated within CloudManager:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash5k1_1-1651032477418.png" style="width: 585px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/23364i60974C14906FDBE3/image-dimensions/585x141?v=v2" width="585" height="141" role="button" title="Slash5k1_1-1651032477418.png" alt="Slash5k1_1-1651032477418.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;yet oddly when I click on edit credentials (in the first screenshot); I get the following prompt and when i select my subscription the apply button does nothing... tried multiple browsers... same problem &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash5k1_2-1651032560019.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/23365i368885AD8B7940DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Slash5k1_2-1651032560019.png" alt="Slash5k1_2-1651032560019.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I suspect this is the problem I am having with my Terraform not working... just need to figure out what's broken &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 04:10:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434476#M413</guid>
      <dc:creator>Slash5k1</dc:creator>
      <dc:date>2022-04-27T04:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform failure for CVO - subscription is not associated to your credentials</title>
      <link>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434479#M414</link>
      <description>&lt;P&gt;Last update before I give up... Tried to add a fresh account as per the steps (&lt;A href="https://docs.netapp.com/us-en/cloud-manager-setup-admin/task-adding-azure-accounts.html#adding-the-credentials-to-cloud-manager" target="_blank"&gt;https://docs.netapp.com/us-en/cloud-manager-setup-admin/task-adding-azure-accounts.html#adding-the-credentials-to-cloud-manager&lt;/A&gt;) and when click "next" I get a blank confirmation page:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash5k1_4-1651033114195.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/23367i4CBEE65FFD337865/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Slash5k1_4-1651033114195.png" alt="Slash5k1_4-1651033114195.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash5k1_3-1651033040943.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/23366i3D02C97824811996/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Slash5k1_3-1651033040943.png" alt="Slash5k1_3-1651033040943.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Ill give up for now but maybe someone can shed some light on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 04:22:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Cloud-Volumes-ONTAP/Terraform-failure-for-CVO-subscription-is-not-associated-to-your-credentials/m-p/434479#M414</guid>
      <dc:creator>Slash5k1</dc:creator>
      <dc:date>2022-04-27T04:22:19Z</dc:date>
    </item>
  </channel>
</rss>

