This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
azure
Tagged Content List
Wiki Page:
Azure VM: Instance Level Public IPs
Ramabadran Vasudevan
Table of Contents Introduction Procedure Step 1: Log in to Azure Portal Step 2: Configure Virtual Network Step 3: Configure Public IP address Step 4: Validate Public IP configuration and accessibility Conclusion Introduction This article helps in configuring public IP and accessing the Azure virtual...
on
1 Oct 2019
Wiki Page:
Azure: Create Windows Server VM in the new portal
Ramabadran Vasudevan
Table of Contents Introduction Portal Login Create VM use the search bar Select from the logically structured menu Basics Select the VM Size VM Settings Conclusion Glossary See Also References Introduction All Wiki articles describing Windows VM deployment from the portal are referring to instructions...
on
1 Oct 2019
Wiki Page:
Azure Media Services & ASP.NET: Streaming Videos
Ramabadran Vasudevan
Table of Contents Introduction Setting up Azure Media Services Code Sample Conclusion Glossary See Also Introduction This article demonstrates how to use Azure Media Services to stream videos to web clients/browsers. The code sample contains an ASP.NET web application, the actual video tag is in...
on
1 Oct 2019
Wiki Page:
Use Azure BizTalk Service to Transform Flat File to XML
Ramabadran Vasudevan
Table of Contents Introduction Step by Step Test the Solution Source Code See Also Introduction This sample demonstrates how to use Azure Service Bus to transform flat file to XML. The XML Bridge receives the flat file, transforms and sends it to Azure Service Bus Queue. Use Message Receiver...
on
30 Sep 2019
Wiki Page:
Azure: How to Remotely Debug Azure Websites
Ramabadran Vasudevan
Table of Contents Introduction Breakpoint Attach Debugger Debug Conclusion References Introduction You have Continuous Deployments setup or might have just deployed your website on Azure and for some reason, you now need to remote debug your website (ideally on staging). You can easily do this...
on
30 Sep 2019
Wiki Page:
Custom Domain Names in AzureAD
karimSP
Hello Wiki, Although, configuring your Azure AD is one of the main duties you have ever, however, there is another option which we're going through now in this article "Azure AD Custom Domain Names". The first important thing about this option is, if you want to have your own on-promise...
on
30 Sep 2019
Wiki Page:
PowerShell: Azure AZ CLI Module
karimSP
Today with Azure CLI “AZ” PowerShell Module Commands: Let’s take a look into how to use the PowerShell Module for your Azure Active Directory and how to deploy it. Firstly as we discussed in the previous topic that you can already manage your environment over https://shell.azure.com however if...
on
30 Sep 2019
Wiki Page:
Azure Monitoring Services
karimSP
Table of Contents Overview Activity Log Alerts Metrics Logs Service Health Hello Wiki, In this article, I'm gonna explain about services and features which Microsoft Azure provides for Monitoring your resources in your dashboard. It can maximize and provide performance for your applications...
on
30 Sep 2019
Wiki Page:
Azure SQL: Three ways to copy databases between Azure SQL Servers
Gijs Kerstens
Table of Contents The why The how Via the Azure portal Via a SQL query Via Powershell Synopsis There are many use cases for having to copy an Azure SQL Database from one Azure SQL Server to another but how to achieve this? The why One of those use cases is when you’re running both a production...
on
27 Sep 2019
Wiki Page:
Azure LogicApp Debatching: Splitting Messages and process them separately
George Chrysovaladis Grammatikos
Table of Contents Introduction Scenario Using Singleton Technique JSON Message Using Debatching Technique splitOn Output Conclusion Code (Logic App II) Introduction In this article I would like to explain Debatching technique in Logic app with two examples. Debatching is a technique of splitting...
on
20 Sep 2019
Wiki Page:
Azure AD Connect: User Consolidation
Subhro Majumder
Table of Contents Introduction Azure AD Connect Topology User Consolidation Default Configuration Users are represented across multiple forests Conflict between on premise AD Forests Topology 1: Multiple forests: Full Mesh (with optional GALSync) Topology 2: Multiple forests: Account-Resource Forest...
on
17 Sep 2019
Wiki Page:
Azure Service Bus Messaging with Queues using Sessions
George Chrysovaladis Grammatikos
Table of Contents Introduction Building the Project Background Description Queue Description BrokeredMessage QueueClient IMessageSessionHandler DeadLetter Summary Introduction This TechNet article provides additional explanation to the MSDN project: Next Steps : Azure Service Bus Messaging with...
on
13 Sep 2019
Wiki Page:
Azure Data Factory: How to use Stored Procedures with output Parameters
Peter Geelen
Table of Contents Introduction Work-Around: Steps to make it functional Step-1 Creates required linked service for SQL Database: Step-2 Creates Test Stored Procedure in SQL DB: With Output parameter Without the Output parameter Step-3 Creates Dataset, Lookup Activity with stored Procedure: Sample Dataset...
on
9 Sep 2019
Page 21 of 116 (2,900 items)
«
19
20
21
22
23
»