
Restrict Azure VM Access - social.msdn.microsoft.com
Dec 18, 2014 · If you create a site-to-site VPN between your on-premise network and Azure virtual network, they connect via the IPsec tunnel. Based on my experience, on the Azure side, you don’t …
Recreate Azure VM from Another VM's OS Disk in the Azure Portal
Jan 15, 2016 · I have a single instance VM with an OS disk, a normal data disk, and a Premium Storage disk attached. Because it's a single instance VM, I don't have the SLA (I did find THIS here, but could …
SQL Azure Geo-Replications - social.msdn.microsoft.com
Sep 28, 2011 · The Geo-Replications for Azure Storage VS SQL Azure Data Sync is conceptually different. The Azure Storage's Geo-Replicas is transparent to us as user. We don't have capability to …
How to Configure aspnet:MaxHttpCollectionKeys in Azure
Apr 12, 2012 · Is there an alternate Setting name that i can use to configure the value for aspnet:MaxHttpCollectionKeys in my ServiceDefinition.csdef and ServiceConfiguration.cscfg files?
Service Fabric Local Cluster Setup - social.msdn.microsoft.com
Oct 4, 2017 · Alternatively, if you have access to an Azure Subscription, you could deploy a Microsoft Image in Azure that is preinstalled with Visual Studio and Azure SDK 2.8.
Unable to Delete Azure AD - social.msdn.microsoft.com
A Global Administrator can delete an Azure AD directory from the Azure Management Portal. When a directory is deleted, all resources contained in the directory are also deleted; so you should be sure …
How to get Upsert to work with SaveChangeOptions.Batch?
Aug 20, 2012 · But: how do I get the new Upsert to work with Batch updates? Yes, I'm using the same partition key for the batch and v1.6 of Azure SDK with .NET API's.
Time zone on Azure - social.msdn.microsoft.com
Sep 7, 2017 · I am after some best practices & implications of changing time zone on Microsoft Azure or cloud in general talk. Is it recommended to change time zone on your Virtual Machine on Microsoft …
Powershell cmdlet Read-SqlTableData to Azure SQL database
Dec 21, 2017 · I'm losing my mind trying to make a connection to Azure SQL and use Powershell cmdlet Read-SqlTableData. None of the few examples of Read-SqlTableData involve Azure SQL.
How to export data (SQL Query) from Azure SQL Db to Blob storage
Nov 5, 2019 · Anyway, I was interested if there was a more efficient way to export query data from Azure SQL Db to Azure Blob storage from Azure services. I will take a look at ADF.