Quantcast
Channel: Azure Virtual Machines forum
Viewing all 12545 articles
Browse latest View live

Runonce in Azure VM provisioning

$
0
0

Hi,

Is there any way I can provide a command or script which can run automatically after VM is provisioned. Similar to runonce?

There is a powershell command Add-AzureProvisioningConfig, but it does not expose any switch to supply a script.

Please suggest.


- Sandeep Bhutani


Provision a VM in a resource group using Powershell

$
0
0

Hi,

I am trying to provision a VM using Powershell and am experiencing problems. My script is as follows...

$image = "a699494373c04fc0bc8f2bb1389d6106__Windows-Server-2012-R2-201504.01-en.us-127GB.vhd" 
$machineName = "XYZ-Test"
$un = "VMAdmin"
$pwd = "P4ssw0rd#"
$vmStorageAccount = "https://XYZstorage.blob.core.windows.net/vhds"
$resourceGroupName = "XYZ-Resource-Group"

$vm1 = New-AzureVMConfig -Name $machineName -InstanceSize Small -ImageName $image
$vm1 | Set-AzureSubnet "QASubnet"
$vm1 | Add-AzureProvisioningConfig -Windows -AdminUserName $un -Password $pwd 
$vm1 | Add-AzureEndpoint -Name "WinRM" -Protocol "tcp" -PublicPort 5985 -LocalPort 5985
$vm1 | New-AzureVM -ResourceGroupName $resourceGroupName -ServiceName "XYZ-Test" -Location "West Europe" -VNetName 'Group XYZ-Resource-Group XYZ-Network'

The problem is when I run this command in powershell I get the following error...

New-AzureVM : A parameter cannot be found that matches parameter name 'ResourceGroupName'.

I have checked the documentation at https://msdn.microsoft.com/en-us/library/azure/dn495159.aspx and it clearly says that -ResourceGroupName is a paramter.

Please help - this is driving me insane as I cannot see what I'm doing wrong!

Thanks.

Bad zypper repositories... All with HTTP 500

$
0
0

Hi!

I have a Suse 12 VM and all default zypper repositories are with HTTP 500. Does anybody knows who (and where) should I alert? I'm replacing with new repositories in my VM, but I think someone should fix that.

 # zypper up
Download (curl) error for 'http://smt-azure.susecloud.net/repo/SUSE/Updates/SLE-Module-Adv-Systems-Management/12/x86_64/update/repodata/repomd.xml?credentials=SMT-http_smt-azure_susecloud_net':
Error code: HTTP response: 500
Error message: The requested URL returned error: 500 Internal Server Error

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Do you want to disable the repository SLE-Module-Adv-Systems-Management12-Updates permanently? [yes/no] (no): y
Disabling repository 'SLE-Module-Adv-Systems-Management12-Updates' because of the above error.
Download (curl) error for 'http://smt-azure.susecloud.net/repo/SUSE/Updates/SLE-Module-Legacy/12/x86_64/update/repodata/repomd.xml?credentials=SMT-http_smt-azure_susecloud_net':
Error code: HTTP response: 500
Error message: The requested URL returned error: 500 Internal Server Error

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Do you want to disable the repository SLE-Module-Legacy12-Updates permanently? [yes/no] (no): y
Disabling repository 'SLE-Module-Legacy12-Updates' because of the above error.
Download (curl) error for 'http://smt-azure.susecloud.net/repo/SUSE/Updates/SLE-Module-Public-Cloud/12/x86_64/update/repodata/repomd.xml?credentials=SMT-http_smt-azure_susecloud_net':
Error code: HTTP response: 500
Error message: The requested URL returned error: 500 Internal Server Error

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Do you want to disable the repository SLE-Module-Public-Cloud12-Updates permanently? [yes/no] (no): y
Disabling repository 'SLE-Module-Public-Cloud12-Updates' because of the above error.
Download (curl) error for 'http://smt-azure.susecloud.net/repo/SUSE/Updates/SLE-Module-Web-Scripting/12/x86_64/update/repodata/repomd.xml?credentials=SMT-http_smt-azure_susecloud_net':
Error code: HTTP response: 500
Error message: The requested URL returned error: 500 Internal Server Error

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Do you want to disable the repository SLE-Module-Web-Scripting12-Updates permanently? [yes/no] (no): y
Disabling repository 'SLE-Module-Web-Scripting12-Updates' because of the above error.
Download (curl) error for 'http://smt-azure.susecloud.net/repo/SUSE/Updates/SLE-SDK/12/x86_64/update/repodata/repomd.xml?credentials=SMT-http_smt-azure_susecloud_net':
Error code: HTTP response: 500
Error message: The requested URL returned error: 500 Internal Server Error

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Do you want to disable the repository SLE-SDK12-Updates permanently? [yes/no] (no): y
Disabling repository 'SLE-SDK12-Updates' because of the above error.
Download (curl) error for 'http://smt-azure.susecloud.net/repo/SUSE/Updates/SLE-SERVER/12/x86_64/update/repodata/repomd.xml?credentials=SMT-http_smt-azure_susecloud_net':
Error code: HTTP response: 500
Error message: The requested URL returned error: 500 Internal Server Error

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Do you want to disable the repository SLES12-Updates permanently? [yes/no] (no): y
Disabling repository 'SLES12-Updates' because of the above error.


 # zypper install rsh-server
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following NEW package is going to be installed:
  rsh-server

1 new package to install.
Overall download size: 33.6 KiB. Already cached: 0 B  After the operation, additional 76.9 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Retrieving package rsh-server-0.17-731.12.x86_64                                                                                            (1/1),  33.6 KiB ( 76.9 KiB unpacked)
Retrieving: rsh-server-0.17-731.12.x86_64.rpm ............................................................................................................................[error]
Download (curl) error for 'http://smt-azure.susecloud.net/repo/SUSE/Products/SLE-SERVER/12/x86_64/product/x86_64/rsh-server-0.17-731.12.x86_64.rpm?credentials=SMT-http_smt-azure_susecloud_net':
Error code: HTTP response: 500
Error message: The requested URL returned error: 500 Internal Server Error

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Warning: You have chosen to ignore a problem with download or installation of a package which might lead to broken dependencies of other packages. It is recommended to run 'zypper verify' after the operation has finished.

Cheers!!!


Flávio

Using my image to create a VM

$
0
0

I have a VM with some settings done.  It is in West US region.  I did Sysprep & created an image.  I want to create a VM from that image in East US, but when I tried, it allowed me to create it only in West US.

Is there any way around that?

Cannot reach website I created on my Azure VM

$
0
0

 I have a VM with Windows 2008 with IIS & SQL Server 2008 (image from Gallery).  I also created a Storage and attached to it as F: drive.  I also installed an SSL certificate on it.

My VM is newshipuservm.cloudapp.net and I can connect to it thru RDP.

I have created a CNAME in my DNS Server that secureintranet.attronica.com points to newshipuservm.cloudapp.net.  I have created a secure website (https) forsecureintranet.attronica.com.

When I put in the browser, I get "This webpage is not available" and "ERR_CONNECTION_TIMED_OUT".

 I have checked Firewall and both ports 80 & 443 are open.

Any idea what is wrong here?

Concurrent sudo invocations sometimes block for 5 seconds in Ubuntu Unity

$
0
0

Sometimes when invoking more than one instance of /usr/bin/sudo in parallel (on Ubuntu Unity running on a Standard_A1 instance), the execution takes ~5000msec more than normal even for the most trivial of programs. This does not happen explicitly serializing invocations, or performing the exact same thing on non-Azure virtual machines (I already tried Virtual Box on an AMD A10-5800K and a few Google Compute Engine instances).

I have a proof-of-concept code here: https://gist.github.com/lhchavez/7552d955150a54000906


LHC

Azure Load Balancer Cant be Editted from Web UI

$
0
0

1. Please stop using these custom rich text editors on MS properties. They don't work well or preserve formatting well. Further, I had no indication that I was even typing in this box until I started typing -- no blinking cursor.

2. Please give users a way to report bugs that doesn't force them to scream in a literal forum of randomness.

3. Please fix the Azure Load balancer editor such that 

See, I was just editting a simple block of text and now my text is inexplicably tiny for absolutely no good reason

VM Linux reboot by unknown reason

$
0
0

Hi all,

Today a linux vm reboot by unknown reason.

log message didnt show errors

[root@SRVAZUCLKDB001 log]# tail -1500 messages
Feb  8 03:09:01 SRVAZUCLKDB001 rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="1333" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Feb  9 04:30:01 SRVAZUCLKDB001 auditd[1317]: Audit daemon rotating log files
Feb 12 01:23:40 SRVAZUCLKDB001 kernel: imklog 5.8.10, log source = /proc/kmsg started.
Feb 12 01:23:40 SRVAZUCLKDB001 rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="1373" x-info="http://www.rsyslog.com"] start
Feb 12 01:23:40 SRVAZUCLKDB001 kernel: Initializing cgroup subsys cpuset
Feb 12 01:23:40 SRVAZUCLKDB001 kernel: Initializing cgroup subsys cpu
Feb 12 01:23:40 SRVAZUCLKDB001 kernel: Linux version 2.6.32-358.18.1.el6.x86_64 (mockbuild@ca-build44.us.oracle.com) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Tue Aug 27 13:25:08 PDT 2013
Feb 12 01:23:40 SRVAZUCLKDB001 kernel: Command line: ro root=UUID=6a649cb0-b529-4494-9ce4-fb18cc7a6839 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16   KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet  numa=off console=ttyS0 rootdelay=300 numa=off

and i'm trying to create a support ticket in azure and i cant make it, the webpage to create support ticket didn't work.

it's possible to see VM logs through the azure web?

Regards

Pablo


Deploy HTTPS / SSL Sites in Azure VM IIS 8 (Windows Server 2012 R2).

$
0
0
 I has been created and implemented thehttp website (php) in Azure VM IIS. I have tried to implement theHTTPS Website SSL installation with purchased SSL license. I had follow the steps with Certificate Issuer instruction (Godaddy). Then I hosted ourHTTPS website with SSL license. The HTTPSprotocol also enabled in IIS. The steps has been completed without any error but when i tried to access myHTTPS / SSL website the browser shows the following error message,

This webpage is not available

At the same time the above tested website has been working withhttp. I has also added the HTTPS(443) Endpoint in Azure Portal Endpoint settings.

I am also removed the http(80) and added onlyhttps(443) port but it returns same error. 

Please give me the solution for this problem. Thank You.

Connection time out issue while connecting to DNS server

$
0
0

Hi,

I followed all steps given here (https://github.com/Azure/azure-content/blob/master/articles/machine-learning-data-science-setup-virtual-machine.md) to set up a VM to run IPython Notebook. 

When I open a browser and type the url https://<virtual machine DNS name>:<public port number>, the browser tries to connect for around 10 seconds but fails with a connection time out error. I am receiving the same problem with Chrome, Mozilla and IE. I have verified that the public port number does not clash with public ports that have already been assigned for internet services (http://www.chebucto.ns.ca/~rakerman/port-table.html).

I tried restarting the VM and assigning a different public port to the IPython endpoint but nothing seems to be working.

Please help!

Removal of Hyper-V Drivers from CentOS Upgrade?

$
0
0

I issued a CentOS yum upgrade (to 6.6 x64, per /etc/*release*) and noticed that it removed the Microsoft Hyper-V drivers/kmod:

Dependencies Resolved

==============================================================================================================================================================================================================
 Package                                                  Arch                                     Version                                                  Repository                                   Size
==============================================================================================================================================================================================================
Installing:
 kernel                                                   x86_64                                   2.6.32-504.16.2.el6                                      updates                                      29 M
Updating:
 WALinuxAgent                                             noarch                                   2.0.12-1.el6                                             epel                                         65 k
 dbus                                                     x86_64                                   1:1.2.24-8.el6_6                                         updates                                     207 k
 dbus-libs                                                x86_64                                   1:1.2.24-8.el6_6                                         updates                                     127 k
 kernel-firmware                                          noarch                                   2.6.32-504.16.2.el6                                      updates                                      14 M
 kernel-headers                                           x86_64                                   2.6.32-504.16.2.el6                                      updates                                     3.4 M
 perf                                                     x86_64                                   2.6.32-504.16.2.el6                                      updates                                     3.4 M
Removing:
 kernel                                                   x86_64                                   2.6.32-431.29.2.el6                                      @updates                                    121 M
Removing for dependencies:
 kmod-microsoft-hyper-v                                   x86_64                                   rhel63.3.4-1.20120727                                    installed                                   4.3 M
 microsoft-hyper-v                                        x86_64                                   rhel63.3.4-1.20120727                                    installed                                    16 k

Transaction Summary
==============================================================================================================================================================================================================
Install       1 Package(s)
Upgrade       6 Package(s)
Remove        3 Package(s)

Total download size: 51 M
Is this ok [y/N]: y
Downloading Packages:
(1/7): WALinuxAgent-2.0.12-1.el6.noarch.rpm                                                                                                                                            |  65 kB     00:00
(2/7): dbus-1.2.24-8.el6_6.x86_64.rpm                                                                                                                                                  | 207 kB     00:00
(3/7): dbus-libs-1.2.24-8.el6_6.x86_64.rpm                                                                                                                                             | 127 kB     00:00
(4/7): kernel-2.6.32-504.16.2.el6.x86_64.rpm                                                                                                                                           |  29 MB     00:01
(5/7): kernel-firmware-2.6.32-504.16.2.el6.noarch.rpm                                                                                                                                  |  14 MB     00:01
(6/7): kernel-headers-2.6.32-504.16.2.el6.x86_64.rpm                                                                                                                                   | 3.4 MB     00:00
(7/7): perf-2.6.32-504.16.2.el6.x86_64.rpm                                                                                                                                             | 3.4 MB     00:00
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                         8.2 MB/s |  51 MB     00:06
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating   : kernel-firmware-2.6.32-504.16.2.el6.noarch                                                                                                                                                1/16
  Updating   : 1:dbus-libs-1.2.24-8.el6_6.x86_64                                                                                                                                                         2/16
  Updating   : 1:dbus-1.2.24-8.el6_6.x86_64                                                                                                                                                              3/16
  Installing : kernel-2.6.32-504.16.2.el6.x86_64                                                                                                                                                         4/16
  Updating   : WALinuxAgent-2.0.12-1.el6.noarch                                                                                                                                                          5/16
  Updating   : perf-2.6.32-504.16.2.el6.x86_64                                                                                                                                                           6/16
  Updating   : kernel-headers-2.6.32-504.16.2.el6.x86_64                                                                                                                                                 7/16
  Erasing    : microsoft-hyper-v-rhel63.3.4-1.20120727.x86_64                                                                                                                                            8/16
  Erasing    : kmod-microsoft-hyper-v-rhel63.3.4-1.20120727.x86_64                                                                                                                                       9/16
Create and install initramfs without Hyper-V drivers
Linux Integration Services for Hyper-V has been removed.  Please reboot your system.

I haven't yet rebooted. Is this going to leave my VM in an unrecoverable state? Should I try installing the Hyper-V 4.0 Preview drivers (Azure only) prior to rebooting?


Trevor Seward

Follow or contact me at...

This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Script for azure to shutdown all vm's when running out of money

$
0
0
Hallo! I need to stop all my vm's in azure portal when my balance is 0$ How can i do it? maybe some script?

WindowsAzureGuestAgent.exe AccessViolationException when scaling brings down entire service!

$
0
0

Occurs on every role when number of roles is scaled in management portal, seems to force all roles to restart, and RoleEnviroment.Changing do not get fired (in webroles and in worker roles with internal endpoint).

Seems to restart all webroles in different fault domains at once and cause the service to go down!!

Occurs with a new template created Azure Cloud service.

This is with SDK 2.5.

Application: WindowsAzureGuestAgent.exe Framework Version:
v4.0.30319 Description: The process was terminated due to an unhandled
exception. Exception Info: System.AccessViolationException Stack: at
<Module>.GARUpdateRole(UInt16*, UInt16*, UInt16*, UInt16*,
_RUNTIME_CERTIFICATE_BLOB_TYPE, Byte*, UInt32) at
<Module>.GARUpdateRole(UInt16*, UInt16*, UInt16*, UInt16*,
_RUNTIME_CERTIFICATE_BLOB_TYPE, Byte*, UInt32) at
Microsoft.WindowsAzure.GuestAgent.AppAgentRuntime.AppAgentRuntimeImpl.UpdateRole(System.String,
System.String, System.String, System.String,
Microsoft.WindowsAzure.GuestAgent.AppAgentRuntime.CertificateBlobType, Byte[])
at
Microsoft.WindowsAzure.GuestAgent.ContainerStateMachine.GuestAgentRuntime.UpdateRole(System.String,
System.String, System.String, System.String,
Microsoft.WindowsAzure.GuestAgent.AppAgentRuntime.CertificateBlobType, Byte[])
at
Microsoft.WindowsAzure.GuestAgent.ContainerStateMachine.Role.UpdateConfig(Microsoft.WindowsAzure.GuestAgent.ContainerStateMachine.RoleGoalStateAssets)
at
Microsoft.WindowsAzure.GuestAgent.ContainerStateMachine.RoleStateExecutor.UpdateRole(Microsoft.WindowsAzure.GuestAgent.ContainerStateMachine.RoleGoalStateAssets)
at
Microsoft.WindowsAzure.GuestAgent.ContainerStateMachine.RoleStateExecutor.DriveToStarted(Microsoft.WindowsAzure.GuestAgent.ContainerStateMachine.RoleGoalStateAssets)
at
Microsoft.WindowsAzure.GuestAgent.ContainerStateMachine.RoleStateExecutor.ExecuteRoleStateWorker()
at
System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object, Boolean) at
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object, Boolean) at
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object) at
System.Threading.ThreadHelper.ThreadStart()





[Forum FAQ] How to troubleshoot common RDP issues for Windows Virtual Machines in Azure

$
0
0

To log on to a virtual machine running Windows Operating system in Windows Azure,we usually use a Remote Desktop Connection to achieve that. However, we may encounter issues during the Remote Desktop Connection and there are multiple reasons for RDP issues in Azure.

Next, we will introduce the common troubleshooting steps without recreating the Azure Virtual Machine for RDP issues in Azure. According to the error messages, we divide the article into two main parts:

1. Remote Desktop cannot connect to the remote Azure Virtual Machine

Sometimes, after you use the Connect button in the Management Portal to start a Remote Desktop Connection, the error message would be prompted as below:

Figure 1. Error message for Remote Desktop Connection

If you encounter the error message above, you can start troubleshooting from the three parts below:

1) Check the basic information for the Virtual Machine that you want to log on:

1. Check the quick glance in the Dashboard of the Virtual Machine and ensure that the Virtual Machine is running and other parameters are all displayed. If not, please restart the Virtual Machine to see if the issue persists. The figure below is the screen capture of quick glance for an Azure Virtual Machine in our test.

Figure 2. Quick glance of an Azure Virtual Machine

Check the endpoint for Remote Desktop to ensure that it is existing or not. If not, you can recreate a new endpoint for Remote Desktop.The figure below is the screen capture of the endpoints for the Virtual Machine lab01.

Figure 3. Endpoints of an Azure Virtual Machine

2. Check the Azure Status page to make sure that no known issues happened in the region that the Virtual Machine belongs to:http://azure.microsoft.com/en-us/status/

3. Besides, resizing the Azure Virtual Machine may fix the issue if there is a problem specific to the host where the Azure Virtual Machine is currently running. SinceD: drive will be lost and the internal IP address of the Azure Virtual Machine will also be changed if the Azure Virtual Machine ends up on a different host after resizing, please make sure that no important data on the D: drive and no influence would be caused by changing the internal IP address.

2) Check the Remote Desktop configuration on the local side

You need to make sure that Remote Desktop service is not blocked on your local side.

You can enable Telnet Client on your local computer and run “telnet xxx.cloudapp.net public_port_for_Remote_Desktop” at the command prompt to see if it is able to connect to the VM using the public port of the endpoint for Remote Desktop.If you receive any error message when running the Telnet command, it means a failure.

In our test, since TCP port 59585 is the public port for Remote Desktop, we ran “telnet lab0.cloudapp.net 59585” at the command prompt in our local computer and it was able to connect. You can refer to the figures below:

Figure 4. Telnet the public port for Remote Desktop on local side

Figure 5. Result of Telnet

You can also connect from different network to see if it is possible to connect. If connecting from a different network succeeds, maybe the Remote Desktop connection is blocked by your local side. Then you can open the related ports to make the Remote Desktop Connection succeed. If the Remote Desktop connection is blocked by the corporate firewall, you need to contact the corporate network administrator for help.

3) Check changes on the Azure Virtual Machine

You need to check that if you had done any changes related to Remote connections on the Azure Virtual Machine.

If you choose the option “Don’t allow remote connections to this computer” in the Remote Desktop settings or disable Remote Desktop in Windows Firewall on the Azure Virtual Machine, you can use the cmdlets below to enable RDP and the necessary Windows firewall rule for the Azure Virtual Machine if you have install VM agent on the Azure Virtual Machine:Get-AzureVM -ServiceName “xxx” -Name “xxx”| Set-AzureVMAccessExtension | Update-AzureVM

In addition, you can also use Remote PowerShell endpoint to execute PowerShell commands remotely on Azure VM from our local machine to change the related configurations:

Remote PowerShell in Azure IAAS Virtual Machines

http://blogs.msdn.com/b/sriharsha/archive/2013/10/26/remote-powershell-in-azure-iaas-virtual-machines.aspx


Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

Seperating VMs and PaaS instances in a virtual network

$
0
0

Hello,

Let me start by saying I'm not a network expert, but have setup a network in Azure with a VPN connection to our corporate network so I have a little bit of knowledge. We started our Azure adventure with a PaaS PoC and the network was created with two basic subnets, a front and a back. We now want to further our understanding of Azure by implementing a IaaS PoC and while we were designing our solution came across this information:  https://msdn.microsoft.com/en-us/library/azure/dn630228.aspx

"If you have both VMs and PaaS instances in your virtual network, you may want to separate the VMs that have static DIPs from your PaaS instances by creating a separate subnet for the VMs and deploying them to that subnet. It’s not only helpful for you to be able to see your static VMs in a separate subnet and know immediately which have a static DIP, but for this release, it also prevents a new PaaS instance from acquiring the static DIP from a VM that is in the process of being stop/deprovisioned (not just restarted). This is a current limitation in this release for mixed VM/PaaS subnets and static DIPs."

So my question is would anyone be willing to give some design advice based on their azure experience in creating a network subnet design that incorporates the stated technical limitation regarding VM and Paas instances in a virtual network? What does your design look like? Are there patterns for the network design we should be looking at?

Thank you,

JES

  


Can not including Agent Diagnositics Config when capture Azure VM Image.

$
0
0

In our project, we want to capture the Azure VM (diagimage), we add the "Microsoft Monitoring Agent Diagnostics" Extension, then we capture Image we want to include the configuration for the Image. 

then we create a AzureVM (vmfromiamge) using the Image which we captured, but the VM does not including the Diagnostics Configuration Info.

So Is there any way to store the Diagnositics Information when Capture the Azure VM Image?

Thanks so much.

Can i access my application with IP added

$
0
0

I have created a azure VM and have a application running on it. I want to access my application with IP add of that machine. Right now that application I have deployed listens to a port.

Unique ID for Azure services

$
0
0

I was trying to list all the services from my Azure subscription using powershell to update our CMDB database

Is there a uniqueid for each azure resource so that I can update CMDB based on that ID

For Eg:

Get-AzureVm will list all the VMs in my subscription

I tried looping the list by passing Name and Service name for the VM so I will get the details of the VM

Get-AzureVm  -Name  ****** -ServiceName **

But nowhere I could see a unique ID to identify the VM 


Unable to RDP to a new VM

$
0
0

I created a new Windows VM(A3 configuration) but I am unable to RDP into it. I have tried from diferent PC(at home and work), different ISP/networks. TCPPing to my VM shows RDP port not open. When I try to connect I get the message

Remote Desktop cant connect to the remote computer for one of these reasons:

1) Remote access to the server is not enabled

2) The remote computer is turned off

3) The remote computer is not available on the network.

My endpoints are all properly configured with public port 3389, VM status is running and everything looks good on the management portal.

How to allow exe on azure

$
0
0

I am converting uploaded video to *.mp4 with help of third-party .exe.

the exe is working fine on local but not working on azure.

how i allow to run that exe on azure

please help.

Viewing all 12545 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>