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

3 view dashboard

$
0
0

Hi All,

Do can i create a single dashboard with below given requirements. Please share your thoughts on it :) 

  1. VM Count
  2. Disk Count
  3. Resource Group Count


Cheers, Gourav Please remember to mark the replies as answers if it helped.


Azure Recommendations as a Alert to Subscription Owner

$
0
0

Dear Frenz,

               I have a requirement to send Notification about the VM resizing recommendations to Subscription Owner which is not Possible with Cloudyn Portal. 

               Can I send alerts through Azure recommendation windows in Azure portal.

Azure VM outbound port 25 blocked

$
0
0

Hello,

I'm trying to set a VM with a mail server, but the problem is that outbound port 25 is blocked. 

Last year I had a working email server without port 25 issues, but had to shut it down in March thisyear. According to https://blogs.msdn.microsoft.com/mast/2017/11/15/enhanced-azure-security-for-sending-emails-november-2017-update/ forPay-As-You-Go subscriptions that are signed before November 2017 port 25 shouldn't be restricted, but it looks like that it's not the case...

I'm on Pay-As-You-Go subscription without any Support Plan so it's not possible to crate a technical support request for unblocking port 25...

Any help would be appreciated...

Ivan

Site to site Azure tunnel from on premises network to all vnets on Azure?

$
0
0
Is it possible to have  Site to site Azure tunnel from on premises network to all vnets on Azure

Unable to create a virtual machine scale set

$
0
0
Hi,

Currently I seem to be unable to create a virtual machine scale set.

I go into virtual machine scale sets and click 'Create virtual machine scale set ' and enter the following.

Name: vmss
OS: Win Server 2016 Datacenter

Subscription: Free Trial
Resource group: (New) vmssRG

Location: South Central US (also tried West Europe incase it was because of no availability zone)
Availability zone: None

Username: la
Password: XXXXXXXXXX

Instance count: 5 (also tried 4, 3 and 2)
Instance Size: DS1_v2 (also tried B1ms incase it was a pricing problem due to free trial)

Use managed disk: No

Autoscale: Enabled
Min. No. VMs: 2
Max. No. VMs: 6

Scale out
Cpu threshold (%): 80
No. VMs to increase by: 2

Scale in
CPU threshold (%): 30
No VMs to decrease by: 1

Choose Load balancing options: Load balancer
Public IP address name: vmssIP
Domain name label: vmss1

Virtual network: (new) vmssVnet
Subnet (new) default (10.0.0.0/16)
Public IP address per instance: Off

When I click create it just flicks back to the virtual machine scale set screen saying 'No virtual machine scale sets to display' and nothing is deployed.

migrate on premise servers with RAID configuration to azure

$
0
0

I have a Windows Server 2008 r2 in my office that I want to migrate to one of my Azure's Subscription.  The server is configured with RAID 1 and RAID 5. I have 2 Questions:

1.  If I create a VHD of this server and use it to create an Azure VM, will it work, or will it be looking for RAID configuration and fail?

2.  Can I use Sysinternals' Disk2vhd, or take Sysprep approach to create the VHD?  Any reference will be appreciated.

SQL 2014: Listener & Failover Cluster LB

$
0
0

Reading article on how to set up SQL Availability Group for Azure resources: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-availability-group-overview

One of the requirement is to create two Load Balancer, one for the listener and one if for Windows Failover Cluster, pointing to the SQLAvailabilitySet (of the two SQL Azure VMs).

- Is it supported for two Internal Load Balancers pointing to same set of AvailabilitySet/even VM? 

Remove VM from Update Management

$
0
0

How to remove a VM from update mangement? I have several VMs from preview that isn't updating so wanna try to remove and add again but can't find any info about how to accomplish this task. Thnx.

/Tom


Azure Internal Load Balancer

$
0
0

Hi,

Reading article on how to set up SQL Availability Group for Azure resources: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-availability-group-overview

One of the requirement is to create two Load Balancer, one for the listener and one if for Windows Failover Cluster, pointing to the SQLAvailabilitySet (of the two SQL Azure VMs).

- Is it supported for two Internal Load Balancers pointing to same set of AvailabilitySet/even VM? 

Two Azure vms hosting the same web application client can only access one

$
0
0

Good day

We normally use Azure cloud services to install and host our web app. During the setup processes a public URL is created webapp.cloudapp.net which I then create a cname for to make it https://webapp.domain.co.za which the client will use to access the App via browser.

I inherited an Azure VM that runs the same web app which the clients can access via url. I have been tasked with creating a new vm for a new client running the same web app but I am struggling to create the url the client will use to access the site externally.

So the question is how do I make the web app accessible to client once it has been installed on the Azure vm. the site runs fine on the local machine how do I get it to the stage where client can securely access via URL.

Thanks

How to get the list of available versions of the ACC VM images?

$
0
0

I plan to use the Ubuntu image programmatically. For the process to be reproducible, I want to specify an exact image version, instead of simply using latest. For other images, I use the following command to find the available versions:

az vm image list --all --output table --publisher Canonical --sku 16.04-LTS --offer confidential-compute-preview

For the new confidential compute images, this command results in an empty list as you mentioned.
How can I find the list of available versions of the image?

(Originally posted in the Azure blog)

Error deploying from Git to azure website.

$
0
0

after upgrade my website from asp.net core 1.0 to asp.net core 2.1 I'm getting this error from azure consolo log:

Using cached version of deployment script (command: 'azure -y --no-dot-deployment -r "D:\home\site\repository" -o "D:\home\site\deployments\tools" --aspNetCore "D:\home\site\repository\src\InvoiceMax.Web\InvoiceMax.Web.csproj" --solutionFile "D:\home\site\repository\InvoiceMax.sln"').





Command: "D:\home\site\deployments\tools\deploy.cmd"
Handling ASP.NET Core Web Application deployment.
  Restore completed in 152.76 ms for D:\home\site\repository\src\InvoiceMax.Contracts\InvoiceMax.Contracts.csproj.
  Restore completed in 152.76 ms for D:\home\site\repository\src\InvoiceMax.DataAccess\InvoiceMax.DataAccess.csproj.
  Restore completed in 152.76 ms for D:\home\site\repository\src\InvoiceMax.Dependencies\InvoiceMax.Dependencies.csproj.
  Restore completed in 327.31 ms for D:\home\site\repository\src\InvoiceMax.Web\InvoiceMax.Web.csproj.
Microsoft (R) Build Engine version 15.8.169+g1ccb72aefa for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

  Restore completed in 125.38 ms for D:\home\site\repository\src\InvoiceMax.DataAccess\InvoiceMax.DataAccess.csproj.
  Restore completed in 125.39 ms for D:\home\site\repository\src\InvoiceMax.Contracts\InvoiceMax.Contracts.csproj.
  Restore completed in 125.39 ms for D:\home\site\repository\src\InvoiceMax.Dependencies\InvoiceMax.Dependencies.csproj.
  Restore completed in 188.38 ms for D:\home\site\repository\src\InvoiceMax.Web\InvoiceMax.Web.csproj.
  InvoiceMax.Contracts -> D:\home\site\repository\src\InvoiceMax.Contracts\bin\Release\netstandard2.0\InvoiceMax.Contracts.dll
  InvoiceMax.DataAccess -> D:\home\site\repository\src\InvoiceMax.DataAccess\bin\Release\netstandard2.0\InvoiceMax.DataAccess.dll
  InvoiceMax.Dependencies -> D:\home\site\repository\src\InvoiceMax.Dependencies\bin\Release\netcoreapp2.1\InvoiceMax.Dependencies.dll
  InvoiceMax.Web -> D:\home\site\repository\src\InvoiceMax.Web\bin\Release\netcoreapp2.1\InvoiceMax.Web.dll
  InvoiceMax.Web -> D:\home\site\repository\src\InvoiceMax.Web\bin\Release\netcoreapp2.1\InvoiceMax.Web.Views.dll
Command 'starter.cmd "D:\home\site\d ...' was aborted due to no output nor CPU activity for 60 seconds. You can increase the SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this is a WebJob) if needed.\r\nstarter.cmd "D:\home\site\deployments\tools\deploy.cmd"
One or more errors occurred.
Command 'starter.cmd "D:\home\site\d ...' was aborted due to no output nor CPU activity for 60 seconds. You can increase the SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this is a WebJob) if needed.\r\nstarter.cmd "D:\home\site\deployments\tools\deploy.cmd"

any idea what i need to do??

OSLanguage

$
0
0

In an azure Testaccount I installed a Windows 2016 OS and changed the language to german. On the desktop all ist ok (Date, Region). If I install a software I get the information, that the OSLanguage ist still english (1033) and not german (1031). The installation of the software stops after this message.

How can I change the OSLanguage completly.

linux azcopy of all blobs in container partially fails and directories disappear

$
0
0

on a centos7 server i'm trying repeatedly to download all blobs of a container (database backup).

-bash-4.2$ azcopy --version
azcopy 7.3.0-netcore

However, with every download I get "Transfer FAILED" on anywhere from a few files to over 1000. The container has over 90000 blobs.

[2018/11/14 04:31:02.027+00:00][VERBOSE] Start transfer: https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173945_vm => /mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173945_vm
[2018/11/14 04:31:02.028+00:00][VERBOSE] Start transfer: https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173946 => /mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173946
[2018/11/14 04:31:02.037+00:00][VERBOSE] Finished transfer: https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173926 => /mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173926
[2018/11/14 04:31:02.037+00:00][VERBOSE] Start transfer: https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173947 => /mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173947
[2018/11/14 04:31:02.044+00:00][VERBOSE] Transfer FAILED: https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173922_vm => /mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173922_vm.
[2018/11/14 04:31:02][ERROR] https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173922_vm: Could not find file '/mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173922_vm'.
[2018/11/14 04:31:02.045+00:00][VERBOSE] Start transfer: https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173948 => /mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173948
[2018/11/14 04:31:02.050+00:00][VERBOSE] Transfer FAILED: https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173923 => /mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173923.
[2018/11/14 04:31:02][ERROR] https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173923: Could not find file '/mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173923'.
[2018/11/14 04:31:02.050+00:00][VERBOSE] Transfer FAILED: https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173924_vm => /mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173924_vm.
[2018/11/14 04:31:02][ERROR] https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173924_vm: Could not find file '/mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173924_vm'.
[2018/11/14 04:31:02.050+00:00][VERBOSE] Start transfer: https://~~~~.blob.core.windows.net/~~~~/data/base/10173597/10173949 => /mnt/data/~~~~/base/20181111T073004/data/base/10173597/10173949


azcopy --source https://~~~~.net/~~~~-${CONTAINER_NAME}-base                                                              \
       --destination /mnt/data/~~~~/base/${BARMAN_BACKUP}                                                                 \
       --source-key ~~~~                                                                                                  \
       --recursive                                                                                                        \
       --quiet                                                                                                            \
       --verbose                                                                                                          \
       --resume /var/lib/barman/Microsoft/Azure/AzCopy/Download_Barman_Backup                                              


This was the original upload . . .

Total files transferred: 924862
Transfer successfully:   924862
Transfer skipped:        0
Transfer failed:         0
Elapsed time:            00.00:32:22
copy of base to Azure RC=0

Total files transferred: 916715
Transfer successfully:   915483
Transfer skipped:        0
Transfer failed:         1232
Elapsed time:            00.00:24:44
Ending base download at Tue Nov 13 22:29:51 UTC 2018

The Vm has 16 cpu's and I tried running with different --paralle-level's


how to allow REmote desktop connection in a windows 2016 VM ?

$
0
0

I created a Windows 2016 but I can't connect because apparently I have to allow remote connections on the VM first.


Azure VM with IP address through API

$
0
0
Hello  - how do I create a Azure VM with a public IP address using requests through there API. This is the current request body but I dont know what I need to add to have the VM have an public IP address  - Thanks

    {
      "location": "ukwest",
      "properties": {
        "hardwareProfile": {
          "vmSize": "Standard_B1s"
        },
        "storageProfile": {
          "imageReference": {
            "id": "/subscriptions/28f23ba2-c344-448c-808b-e45a97a29764/resourceGroups/main/providers/Microsoft.Compute/images/ukproxy"
          },
          "osDisk": {
            "caching": "ReadWrite",
            "managedDisk": {
              "storageAccountType": "Standard_LRS"
            },
            "name": "myVMosdisk",
            "createOption": "FromImage"
          }
        },
        "osProfile": {
          "adminUsername": "user",
          "computerName": "user",
          "adminPassword": "password!"
        },
        "networkProfile": {
          "networkInterfaces": [
            {
              "id": "/subscriptions/28f23ba2-c344-448c-808b-e45a97a29764/resourceGroups/main/providers/Microsoft.Network/networkInterfaces/nic",
              "properties": {
                "primary": true
              }
            }
          ]
        }
      },
      "name": "VM"
    }

Architecture diagrams of Multi cloud between Azure and AWS

$
0
0

Hi All:

I would like to have the multi cloud architecture diagrams between Azure and AWS. Can someone provide me with those as i use both Azure and AWS.

Thanks,

Phani

disaster recovery

$
0
0

Hi Team,

I would like to know process/ steps to configure virtual machine disaster recoverywith two different Azure tenant & Subscription.

E.g Subscription A and tenant mydomain1.onmicrosoft.com to Subscription B and tenant mydomain2.onmicrosoft.com . Request you to please suggest on this.

Regards

Khamaruddin shaikh


  


Azure Lab : Cannot login in to vms created from the template vm

$
0
0

I'm using azure labs , have created a template vm of ubuntu 18.04 LTS. I can login to this template VM without any areas. Then i publish the vm for lab users. The template vm is published without any error and i'm able to start and the get connect info of the lab vms created. While doing ssh, i get an error "Access denied".

Cannot access VM via RDP

$
0
0

I cannot access my Windows 10 Pro N 1809 VM via RDP after running the Microsoft Software Repair Tool in the VM instance.

Does anyone know what's up? Boot Diagnostics shows my desktop, so the system boots. Just the Remote Desktop app can't "see" my computer is on. All firewall settings are set to allow RDP.

Viewing all 12545 articles
Browse latest View live


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