How to connect Azure Bizspark from another PC? - azure

I'm trying to connect to azure bizspark from another PC. But its not able to recognize the azure bizspark VM (xxxx.cloudapp.com)? Am I missing something? Is it possible to copy csv files and send to azure bizspark through any programming or bat?

The easiest way to connect to an Azure VM is to download a Remote Desktop Protocol file:
Sign in to the Azure portal.
Click Virtual Machines.
Select the virtual machine from the list.
On the page for the virtual machine, click Connect.
Download the Remote Desktop Protocol file (.rdp file) and click Open.
Like in the Azure Documentation: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/connect-logon
Azure Bizspark it's a Microsoft program for Startups https://bizspark.microsoft.com/. This doesn't matter, the resources are the same that in a normal Azure account.

Related

Access Azure DevOps repo connectivity on Azure VM without Internet

We have code repositories on Azure Devops example url :https://dev.azure.com/myorg/myproject
We also have Azure VM created. Our Azure VM is windows 10. When we create a new VM on azure, Internet is enabled by default.
The VM will be shared with development team member. To secure code, developer should NOT be able to use personal email boxes and any other drives like dropbox, onedrive etc. So what i feel i need is we need is Internet disabled but only access to Azure DevOps repo. Is this possible? How to achieve this?
You can use Network Security Group resource in Azure. Set rules to allow traffic only to specified services (in your example Azure DevOps) and deny rest of the connections.
https://learn.microsoft.com/pl-pl/azure/virtual-network/security-overview

Access on-prem resources via Azure

I'm trying to access on-prem resources (file share on a file server) via Azure, but I'm stuck and don't know how to continue.
On Prem: 1 Domain Controller and 1 File Server (Server 2019 Std). Both are joined to a local domain. The DC runs Azure AD Connect for sync.
Client: Laptop running Windows 10, joined to the Azure AD. Is in a different network.
Goal: Laptop should access the file share.
For sure I just could use a VPN or smth, but I'm trying to learn a bit Azure.
I'm referring to the following Microsoft Website: https://learn.microsoft.com/en-us/microsoft-365/business/access-resources
"You can also allow access to on-premises resources like line of business (LOB) apps, file shares, and printers. To allow access, use Azure AD Connect to synchronize your on-premises Active Directory with Azure Active Directory."
I dont think those are related at all. Network path must exist between your laptop and the file share. And the Azure AD Connect can help you with authentication\authorization, not with establishing the network connection. You should use VPN to establish network connectivity and you can use Azure AD Connect to sync identities to be able to use the same identity to access resources in the cloud\on-premises

Azure File Share -- mapping from on-Premises server Windows server to Azure File Storage

I have an on-premises Windows Server and Azure File Storage.
From my Windows Server, I want to use "Map network drive" to map the Azure file storage folder to a drive letter.
There is an 'Express route' between my company's intranet and Azure.
I know how to do this within Azure Windows VM. I am struggling to get mapping done from on-Prem server.
First of all, you need to ensure that you have port 445 opened for the SMB protocol to work. This is easier in Azure VM but tough to get approval from any corporate IT security team. If you are through with this, this post on Microsoft Docs gives you required details.

Check alert rules in virtual machine ( using remote desktop) azure

How can I see the alert rules in virtual machine ( using remote desktop) azure.
I have RDP credentials but not the azure login.
Kindly help
How can I see the alert rules in virtual machine ( using remote
desktop) Azure.
I think it is not possible, because alert rules work on Azure platform, used for manage Azure resources.
Azure VM is a resource of Azure platform, can't see the alter rules without Azure account.

Windows azure connect virtual machinie from different account

I would like to connect two VM from two different account in Windows Azure.
Is it possible?
Because I've searched in the web and the e.g are only about the same account.
Thank you all for the help
This is not possible. Azure Connect is per subscription scope. See if the new endpoint to site VPN works for you https://azure.microsoft.com/documentation/articles/vpn-gateway-point-to-site-create/, I haven't tried it.

Resources