<?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: Adding Interfaces to Azure Palo Alto VM in VM-Series in the Public Cloud</title>
    <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/adding-interfaces-to-azure-palo-alto-vm/m-p/166066#M88</link>
    <description>&lt;P&gt;you may alter the ARM templates on github. That is the fastest way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made one for myself with 8 interfaces, using a Standard_DS4_v2 instance on a premium Storage account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like to do, is change the template to install the VM with managed OS disk, that is the next step.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can checkout the files I have created -&amp;nbsp;&lt;A href="https://github.com/michelvankessel/azure/tree/master/vmseries-avset" target="_blank"&gt;https://github.com/michelvankessel/azure/tree/master/vmseries-avset&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2017 11:57:26 GMT</pubDate>
    <dc:creator>michelvankessel</dc:creator>
    <dc:date>2017-07-12T11:57:26Z</dc:date>
    <item>
      <title>Adding Interfaces to Azure Palo Alto VM</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/adding-interfaces-to-azure-palo-alto-vm/m-p/165760#M85</link>
      <description>&lt;P&gt;How can we add interfaces to a PLao Alto VM because using Dashboard deployment, just 3 interfaces are deployed but in PAYG deplymnet for VM-300 4 interfaces are supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 08:23:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/adding-interfaces-to-azure-palo-alto-vm/m-p/165760#M85</guid>
      <dc:creator>ausafali88</dc:creator>
      <dc:date>2017-07-11T08:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Interfaces to Azure Palo Alto VM</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/adding-interfaces-to-azure-palo-alto-vm/m-p/166066#M88</link>
      <description>&lt;P&gt;you may alter the ARM templates on github. That is the fastest way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made one for myself with 8 interfaces, using a Standard_DS4_v2 instance on a premium Storage account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like to do, is change the template to install the VM with managed OS disk, that is the next step.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can checkout the files I have created -&amp;nbsp;&lt;A href="https://github.com/michelvankessel/azure/tree/master/vmseries-avset" target="_blank"&gt;https://github.com/michelvankessel/azure/tree/master/vmseries-avset&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 11:57:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/adding-interfaces-to-azure-palo-alto-vm/m-p/166066#M88</guid>
      <dc:creator>michelvankessel</dc:creator>
      <dc:date>2017-07-12T11:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Interfaces to Azure Palo Alto VM</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/adding-interfaces-to-azure-palo-alto-vm/m-p/166067#M89</link>
      <description>&lt;P&gt;Adding NIC to VM in azure is only possible via Azure CLI v2.0 using the following steps:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Create a NIC in the desired subnet using Azure Portal, or use Azure CLI version 2.0. This NIC should be in the same VNET as VM-Series.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Shutdown VM-Series&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Attach the NIC using Azure CLI v2.0 commands&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;# az vm nic add -g MyResourceGroup --vm-name MyVm --nics nic_name1 nic_name2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If that does not work then you need to use ARM template as stated by Michel.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mo&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:21:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/adding-interfaces-to-azure-palo-alto-vm/m-p/166067#M89</guid>
      <dc:creator>melamin</dc:creator>
      <dc:date>2017-07-12T12:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Interfaces to Azure Palo Alto VM</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/adding-interfaces-to-azure-palo-alto-vm/m-p/396144#M1152</link>
      <description>&lt;P&gt;Old question but I just dealt with this yesterday and it's not easy to find the answer so I'm posting here for the community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The templates from the Palo Alto GutHub are deployed with a VM size of D3_v2 which supports 4 interfaces including the MGMT interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to use more interfaces for your VM-Series deployment, you need to re-size your VM-Series in Azure after deploying it with the templates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See information about sizes and number of interfaces supported below (as well as other specs such as CPUs):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/vm-series/10-0/vm-series-performance-capacity/vm-series-performance-capacity/vm-series-on-azure-models-and-vms.html" target="_blank"&gt;https://docs.paloaltonetworks.com/vm-series/10-0/vm-series-performance-capacity/vm-series-performance-capacity/vm-series-on-azure-models-and-vms.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only ugly thing is that from 4 interfaces the next size (D4_v2) supports 8 interfaces so the price is a bit over double what the D3_v2 costs (a bit less than $427.05 per month at the time of this post).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Re-sizing can be easily done after the template is deployed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shut down the VM-Series&lt;/P&gt;&lt;P&gt;Create your new subnet(s) (if they are not created yet)&lt;/P&gt;&lt;P&gt;Create your new interface object in Azure&lt;/P&gt;&lt;P&gt;Click on the VM-Series from your resource group&lt;/P&gt;&lt;P&gt;On the left pane, click on "Size"&lt;/P&gt;&lt;P&gt;In the search filter type "D4_v2"&lt;/P&gt;&lt;P&gt;Click on the result&lt;/P&gt;&lt;P&gt;Click on the "Resize" button&lt;/P&gt;&lt;P&gt;It takes less than one minute&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="Gustavo_Aristi_0-1617746369884.png" style="width: 711px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/30755i88905E2AF7BE49CF/image-dimensions/711x333/is-moderation-mode/true?v=v2" width="711" height="333" role="button" title="Gustavo_Aristi_0-1617746369884.png" alt="Gustavo_Aristi_0-1617746369884.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After resizing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go back to the VM&lt;/P&gt;&lt;P&gt;Click on "Attach network interface"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gustavo_Aristi_2-1617746453403.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/30756i597676AD810D76E7/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Gustavo_Aristi_2-1617746453403.png" alt="Gustavo_Aristi_2-1617746453403.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select your new interface from the dropdown list&lt;/P&gt;&lt;P&gt;Click "OK" and wait for the success message&lt;/P&gt;&lt;P&gt;You can see now your additional interface along with the others&lt;/P&gt;&lt;P&gt;Turn your VM-Series back on&lt;/P&gt;&lt;P&gt;Enjoy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 22:02:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/adding-interfaces-to-azure-palo-alto-vm/m-p/396144#M1152</guid>
      <dc:creator>Gustavo_Aristi</dc:creator>
      <dc:date>2021-04-06T22:02:47Z</dc:date>
    </item>
  </channel>
</rss>

