Windows Server 2016 on Azure is not activated [closed] - azure

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 5 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have deployed an instance of Windows Server 2016 (with containers) on Azure. When I start the machine I see a message in the right-bottom that Windows hasn't been activated.
Also the settings show that Windows is not activated:
I would guess that these Azure provided images have already been activated?

You could try to resize your VM to other size.
If it does not work, I suggest you refer this official article about troubleshooting Windows activation failures on Azure VMs.

Related

azure VM restoring as it was a week before [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 5 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I created Windows 2012 VM on azure. I did something wrong in server and suddenly behaving strange. I would like to restore server as it was a week before. Can you do that if yes how can we do it?
There is no way of doing it unless you've configured backup (or did a snapshot) for the VM. By default VM's are not backed up.

Does Empty Azure App Service Plan Cost Anything? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 5 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have deleted all web-apps inside the plan, can I retain the app service plan for later use?
Yes you can. Just make sure it is scaled back to the Free tier so that it does not cost you. You can do this via script or on the Scale-Up menu option from the App Service plan in the portal.
You can find the App Service plan pricing here.

How is the VM and the local machine connect with each other? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 7 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
VM
I have a web service that need to run on CentOS VM.
Mac OS X
On the other hand, I have a Laravel project running my Mac OS X in local machine through MAMP.
The project working great with MAMP. Now, I need to make a API call to the web service that're currently running in the VM.
I'm curious how is the VM and the local machine connect with each other.
How do I solve that ?
I'm not a linux/VM expert.
Any hints / suggestion on that will be much appreciated !
After a couple days of researching and experimenting, I be able to do it.
grabbing the IP
run ifconfig and look for inet addr:172.16.67.137 of eth0
Disabled firewall on the VM
Result
On a Mac just go to that URL

Azure IP is attempting to log into my server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have a server that is constantly being hit with login attempts from an azure IP. I'm trying to figure out who to report it too. It's hitting multiple times a minute.
Report the details at Microsoft Online Services Security Incident and Abuse Reporting.

Detect incoming ssh connection [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I'm working on a network with many Linux machines.
In one of them I have a file that I suspect was pushed by another machine.
The machines can access each other using ssh connections.
Is there anyway I can tell which machine pushed the file?
I tried looking for ssh logs but the /var/log/secure/ directory doesn't exist.
Depending on the distro and your logging settings, you may have some luck with /log/auth.
Try grep sshd /var/log/auth.log
Depends on your distro, you can check following files from your distro.
/var/log/secure
/var/log/auth.log
/var/log/syslog
/var/log/daemon.log

Resources