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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ Vagrant.configure('2') do |config|
211
211
end
212
212
213
213
config.vm.define 'first'do |cfg|
214
-
config.vm.provider :azuredo |azure, override|
214
+
cfg.vm.provider :azuredo |azure, override|
215
215
do_common_azure_stuff.call azure, override
216
216
azure.vm_name ='PROVIDE A NAME FOR YOUR VIRTUAL MACHINE'
217
217
azure.tcp_endpoints ='3389:53389'# opens the Remote Desktop internal port that listens on public port 53389. Without this, you cannot RDP to a Windows VM.
0 commit comments