summaryrefslogtreecommitdiff
path: root/docs/installation/cloud/azure.rst
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2020-12-11 22:39:26 +0100
committerrebortg <github@ghlr.de>2020-12-11 22:39:26 +0100
commit7a85ac512aadf03eb73242355757ca7184e17674 (patch)
treed837c2426c460234636abd623fd12563516caa1b /docs/installation/cloud/azure.rst
parentac6b335b1aeed78c087c27763c527d7d38093aca (diff)
downloadvyos-documentation-7a85ac512aadf03eb73242355757ca7184e17674.tar.gz
vyos-documentation-7a85ac512aadf03eb73242355757ca7184e17674.zip
installation: fix lint errors
Diffstat (limited to 'docs/installation/cloud/azure.rst')
-rw-r--r--docs/installation/cloud/azure.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/installation/cloud/azure.rst b/docs/installation/cloud/azure.rst
index 39206f3b..fe6a25bd 100644
--- a/docs/installation/cloud/azure.rst
+++ b/docs/installation/cloud/azure.rst
@@ -9,7 +9,8 @@ Deploy VyOS on Azure.
1. Go to the Azure services and Click to **Add new Virtual machine**
-2. Choose vm name, resource group, region and click **Browse all public and private images**
+2. Choose vm name, resource group, region and click **Browse all public and
+ private images**
.. figure:: /_static/images/cloud-azure-01.png
@@ -43,10 +44,12 @@ Deploy VyOS on Azure.
Add interface
-------------
-If instance was deployed with one **eth0** ``WAN`` interface and want to add new one.
-To add new interface an example **eth1** ``LAN`` you need shutdown the instance. Attach the interface in the Azure portal and then start the instance.
+If instance was deployed with one **eth0** ``WAN`` interface and want to add
+new one. To add new interface an example **eth1** ``LAN`` you need shutdown the
+instance. Attach the interface in the Azure portal and then start the instance.
-.. NOTE:: Azure does not allow you attach interface when the instance in the **Running** state.
+.. note:: Azure does not allow you attach interface when the instance in the
+ **Running** state.
References
----------