You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new driver uses Azure Resource Manager APIs and offers a lot
more functionality compared to the old Azure driver. It is also
easier to authenticate and does not require user to create and place
certificate files. It only has a single required argument.
This is a breaking change: The new driver cannot work with machines
created with the older Azure driver and vice versa (as the APIs are
entirely different and resources are not shared between old/new azure
APIs).
The new driver addresses many issues about the azure driver reported
so far.
This resolvesdocker-archive-public#2742, resolvesdocker-archive-public#1368, resolvesdocker-archive-public#1142, resolvesdocker-archive-public#2236,
resolvesdocker-archive-public#2408, resolvesdocker-archive-public#1126, resolvesdocker-archive-public#774.
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
After authenticating, the driver will remember your credentials up to two weeks.
31
35
32
-
You may need to `machine ssh` in to the virtual machine and reboot to ensure that the OS is updated.
36
+
## Options
33
37
34
-
Options:
38
+
Azure driver only has a single required argument to make things easier. Please
39
+
read the optional flags to configure machine details and placement further.
35
40
36
-
-`--azure-docker-port`: Port for Docker daemon.
37
-
-`--azure-image`: Azure image name. See [How to: Get the Windows Azure Image Name](https://msdn.microsoft.com/en-us/library/dn135249%28v=nav.70%29.aspx)
38
-
-`--azure-location`: Machine instance location.
39
-
-`--azure-password`: Your Azure password.
40
-
-`--azure-publish-settings-file`: Azure setting file. See [How to: Download and Import Publish Settings and Subscription Information](https://msdn.microsoft.com/en-us/library/dn385850%28v=nav.70%29.aspx)
41
-
-`--azure-size`: Azure disk size.
42
-
-`--azure-ssh-port`: Azure SSH port.
43
-
-`--azure-subscription-id`: **required** Your Azure subscription ID (A GUID like `d255d8d7-5af0-4f5c-8a3e-1545044b861e`).
44
-
-`--azure-subscription-cert`: **required** Your Azure subscription cert.
45
-
-`--azure-username`: Azure login user name.
41
+
Required:
42
+
43
+
-`--azure-subscription-id`: **(required)** Your Azure Subscription ID.
0 commit comments