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

docker-compose redeployment

$
0
0

Hi,

I am trying to adopt our solution for azure templates based deployment. If I change compose part in azuredeploy.json this changes does not applied during next "azure group deployment create" run. And I have to terminate & recreate VM for every new compose version. I believe that should be more comfortable way to change compose definition. Can somebody point me the  right way?


Failure to enable instance IP address (The server encountered an internal error)

$
0
0

I've got several linux virtual machines. These machines are deployed using the classic deployment model.

I'm trying to enable instance IP addresses on all of these virtual machines. I've had our IP quota raised so that it covers the amount of needed IPs. So, hopefully the quota is not the underlying issue. When I try to enable the instance IP feature, I get the following error ...

Failed to update IP address in the virtual machine 'SCRAPER12'.
Error: The operation '29fc120c6e7a3f4294dbf6700d9e5196' failed: 'The server encountered an internal error. Please retry the request.'.
clientNotification-9f3cbfe9-b581-430d-8aeb-aa5bc3c0d005

Any ideas as to what is causing this error? I can't seem to find a way to gather any additional, more helpful error messages.



Azure VM with NodeJs and MongoDB HIPAA compliant setup.

$
0
0
I am doing a research about how to make your application HIPAA compliant. And I stumbled upon a few major pain points, one is the server, second is the database. I am planning to manage the PHI using node server and mongodb for the storage. And what comes in mind is using Azure VM + nodejs + mongodb setup, my question is, is this enough to comply to HIPAA rules? Or if not, what sort of setup should I choose? Thanks. 

Virtual server with dynamic public IP, change to static?

$
0
0

Hi,


I have a Virtual server which is currently set to have a dynamic public IP, which I require changing to static, is this possible?


Thanks


Tom

Who will be crowned the last Azure Guru of 2016!!

$
0
0

Calling all wise men!

Join us and rejoice!

THE FINAL CHALLENGE OF 2016!!

December 2016 Guru, it’s time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can share multiple articles in the same or different categories! Now, navigate to TechNet Guru Competition December 2016  to choose your categories and if it’s not listed add your content in Miscellaneous Category!

New and last month of the year 2016. It’s time for us to wave hands to say "bye bye 2016" by winning TechNet Wiki Guru medals. Let’s make this December to Remember! 

All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day’s work today.

A snippet you share can make you a December 2016 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!

HOW TO WIN

1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.

2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you’ve contributed)

3) Every month, we will highlight your contributions, and select a “Guru of the Month” in each technology.

If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once “on our radar” and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!

Winning this award in your favorite technology will help us learn the active members in each community. 

Feel free to ask any questions below.

More about TechNet Guru Awards.

You Share We Care!

TechNet Wiki Addict Chen V and ...


Thanks,

If my reply is helpful please mark as Answer or vote asHelpful.

My blog | Twitter | LinkedIn

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

Azsecd causing extremely high CPU usage on Ubuntu VM

$
0
0

Hi there, we have an Ubuntu 14.04 VM in the Canada Central DC that is experiencing extremely high CPU usage due to the azsecd process.  The VM runs normal, but intermittently we experience a spike in CPU usage from azsecd which eventually brings the VM to a crawl, forcing us to kill the process or do a restart.  As you can see in the screenshot below, azsecd's tree is spawning bash and find, which is taking up 95.7% of the CPU, and has continued for over 37 hours!  

Without knowing much about azsecd, I am suspicious that it is scanning the entire filesystem for vulnerable files which *could* be an issue for us.  We have a mounted Azure File share which is attached to the system via fstab (actually autofs),  and this share has millions (5+ million) files on that share.  Could it be that azsecd is trying to traverse all of the files on the mount and it's just slowing down the system?

Is there a way to shut this process down completely or make it behave?  It's severely hindering performance for us.

Thank-you in advance for any help!

ClassicIaaSMigration - Error while committing the ARM Migration process

$
0
0

Hi, I need to migrate the network from ASM to ARM model. Once the migration is prepared I tired commit operation for committing the process which failed. So I tired to revoke the migration process after sometime and I am getting below mentioned error. Can anyone suggest? Thanks.

ERROR:

Move-AzureVirtualNetwork : ConflictError: Migration of virtual network prodvnet is in the process of being committed and cannot be 
changed until it completes successfully.
OperationID : '121694be1f7033b3a170f0fd65534188'

Azure Pay-As-You-Go Unable to create a Resource Group for new VM

$
0
0

Hi,

I am assigned to our PAYG subscription as 'User Access Administrator', 'Owner' and 'Contributor'.

I am attempting to create a new VM. On Basic step of creation, I am asked to create new Resource Group (we do not have any existing groups yet). Whatever I type as the name of the resource group I am getting "You do not have permission to create resource groups under subscription Pay-As-You-Go."

My questions are:

1. Who can create Resource Groups?

2. What permissions I need to get right to create Resource Groups myself?

3. Are there any materials online regarding assigning the right permissions?

Thank you in advance!


BUG:: Azure Resource Groups Validation Rules NOT WORKING

$
0
0

First of all, this is a duplication of a topic on stackoverflow, but like it seems that in stackoverflow a system-bug is a user-bad-practice instead of a oportunity for clear a bug ...

(http://stackoverflow.com/questions/40915247/bug-azure-resource-groups-validation-rules-not-working?answertab=active#tab-top)

[Secondly, it is very sad that BizSpark susbcription do not have any technical support, even to inform a error like this :-((( ]

Ok, well , the error, that occurs twice creating a VirtualMachine, so replicated

{"error": {"code": "InvalidParameter","target": "resourceGroupName","message": "The entity name 'resourceGroupName' is invalid according to its validation rule: ^[^_\\W][\\w-._]{0,79}(?<![-.])$."
  }
}

The reason, it is because my resource group is called _ReGr_MyName, but IT ALREADY EXIST !!!(indeed the rest of resources, like Public-Ip, Storage Accounts, etc, are already under that resource group)

so seems like validation rules are inconsistent across different resources

I can provide the Operation-Id or the Tracking-ID if necesary

But please, solve this short of issues, Azure should be an stable system



Custom Winsock application fails to connect to Windows server 2008 using TCP

$
0
0

I am experimenting with developing a TCP application using Winsock.

I have built a simple server and associated client, which send a few messages back and forth.

This has been tested on a couple of Windows 7 machines on my local network. I use an IP address
to specify the server. I use the randomly selected port #18971. The goal is to use virtual machines
as servers hich have been set up on Azure.

So far, no luck getting it working. The connect() call times out.

Trying to diagnose the problem, I try to ping this Azure machine (running Windows Server 2008),
which fails. I saw documentation about making sure to enable the echo service in Windows Firewall,
which I did, to no effect. I also disabled the firewall, to no effect.

I cannot ping that machine (I am certain I have the correct IP address). I can RDP into this
machine, and also run an EWS client to connect to it, so it seems to be open for TCP business.
But obviously I am not understanding something fundamental.

Why can I not ping?

Presumably, that is the same reason my custom application does not work, either (and yes,
I did create an inbound rule for my server, specifying that my port # be allowed for all
connections).  Any help will be appreciated.

How To restart virtual machine at azure

$
0
0

i configure share point at one of my virtual machine at Azure. today it stop working , while i try to restart it,  it bring problem statement "Failed to start virtual machine".


Upgrade CRM 2011 to CRM 2016 on Azure

$
0
0

HI,

First we planned to do the upgrade CRM 2011 to CRM 2016  on-Premises and started working on upgrade.  But in between the idea of Azure came instead of purchasing new physical server for this. so I want to know how complicated and time consuming. Do I have to add more time on project.   Another query is do we can disable CRM rollup update it run as part of windows automatic update.  Or any other issues like speed or performance.  our exchange server and AD is on-Premises.

Current status is CRM 2011 on windows server 2008 and SQL 2008 need to upgrade CRM 2016 on-Premises version on windows server 2012 R2 and sql server 2012.

Regards,


pnoushu@hotmail.com

Azure VM Monitoring Bytes Per Second Chart Looks Wrong, is Confusing.

$
0
0

Hi. This is my first post.  I activated an Azure trial today.

In the chart below I have a few questions.

1.  "Disk read bytes and disk write bytes past hour" - Per what?  Per second?  That might be obvious, but read 2.

2. That reported number 47.34GB looks wrong.  First off I have an FS1 server, low end, not capably of 47,000 MB/sec.  That is a capital G and capital B so GigaBytes.  My server is running an IOmeter load and has a horizontal line in Perfmon at 35,044,000 Bytes per second, or 35MB/sec.  I believe Perfmon in this case.

Is this chart displaying wrong?  

And how to ask for some label wording clarification; naming the Y axis would be nice too.

Oh, the MSDN web tool would not let me submit this with a picture in the box, "until they verify my account".  How does that work?

Thanks,




Azure Virtual Machine Readiness Assessment tool

$
0
0

Hi,

Just installed 2.0.61021.1 and getting and error when choosing AD.  "Feature is expired. FeatureName=CoreEngine"

Does anyone know how to resolve this.

Running it on Window 10.

Michael

Win 2012 R2 VM w/ MySQL - CPU Utilization Pegged 95-100%

$
0
0

We've been troubleshooting an issue for about 2 weeks with our LabTech server (hosted on Azure). Most mornings, for about 1-2 hours the system just runs at 90-100% CPU. It eventually goes back down but it gets bad enough that users can't log in to LabTech. LabTech support says this is a common issue with Azure instances and has to do with resource allocation on Microsoft's side, as they don't see any issues in their software that would be causing MySQL to use so much CPU. Historically, LT has been RAM/disk intensive rather than CPU.

I've reached out to MS and they are pointing me here. From discussions I've had with others and reading this is a common issue on LabTech/Azure and requires MS to get involved to solve since it has to do with resource allocation on their side, but not sure of next steps.


Should I use Azure to run a simple windows desktop app?

$
0
0

I have a simple Windows .Net desktop app that I need to run for 1-2 hours per day Mon-Fri.

I have a Mac / OsX environment for everything else, and am looking at options to run the Widows app.  Getting Parallels and a Windows OS is one way to go, but a cloud-based service has some appeal.

Is Azure going to work for me, or is it only applicable to larger business environments with multiple servers etc?

TIA ... John.

how can i make my VM ipv6 available?

$
0
0

I want to apply an ipv6 public ip for my VM, and I dont konw how. I cannnot find where to set that. And the default is ipv4. I checked the internet for some help, and i found that i can use templete deployment. But when i use it i found i cannot edit the json. What i can only do is to add. I found a templete from github 

https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/201-load-balancer-ipv6-create/azuredeploy.json.

This is a templete of a balancer. I found this line in it,

""publicIPAddressVersion": "IPv6",", 

i think this may help but i dont know how to use it.


what minimum(A0,A1,A2,A3) VM i need to setup Sharepoint

$
0
0
I want to setup image for sharepoint , plese tell me what minimum configuration i should follow.

ReservedIPName not the same in Powershell

$
0
0

I created a ReservedIP in the portal. I tried to create a VM via powershell using that ReservedIPName in the portal. It wouldn't work. I ran Get-AzureReservedIP and I see the ReservedIPName is actually "Group ResourceGroupName ResrevedIPName". Once I used that string instead of the ReservedIPName from the portal I was able to create the VM and the ReservedIP was attached to the cloud service.

Why does the portal work that way?

Update domain

$
0
0

Hi,

Is any plan to make Azure host updates more reasonable? What I mean, I would like my virtual machine (without availability set) wan't be restarted randomly during host update. I will be able to set some settings to schedule this or it wan't restart at all. Will it be implemented in future or I have to accept what is now?

Viewing all 12545 articles
Browse latest View live


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