Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 164350

Microsoft Azure is a Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud computing platform by Microsoft. Users of the platform can deploy their applications onto cloud hosting benefiting from on-demand service, elastic scale, and a highly managed environment on a pay-as-you-go basis.

0 votes
1 answer
1k views

Giving a guest user in Azure access to a VM

I have given an external user access to a full resource group in Azure using these instructions: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-assignments-external-users, with the … When I check the rights assignments within Azure, the user has "Contributor" role to the entire Resource Group. …
Kobus Myburgh's user avatar
0 votes
1 answer
89 views

Scheduling access to SSH on Azure

How can I automate opening of SSH on Azure to allow my scripts and commands to run and close after? Or is there a way to do the above without SSH? …
Kobus Myburgh's user avatar
1 vote
0 answers
607 views

Azure inbound rule order

I have disabled the firewall on my Azure account and my PC for testing purposes, and thus there is no firewall rule blocking my connection. … I am still, however, unable to connect to my Azure VM via RDP. I can SSH into the VM, so it does allow remote connections on at least some level. …
Kobus Myburgh's user avatar