How to write and read multiple types of data using Data Writer and Data Reader
I need to write a file length, file data and its type as a string value to the stream. I’m using the following code with Data Writer. writer = new DataWriter(socket.OutputStream); // if we have a StorageFile named file using (var…
What should users do if they see an “Authentication request is not for an activated account” error message when using mobile app notifications?
What should users do if they see an “Authentication request is not for an activated account” error message when using mobile app notifications? Sourced from the FAQ
What’s the difference between Windows Server FCI and the Azure Information Protection scanner?
What’s the difference between Windows Server FCI and the Azure Information Protection scanner? Sourced from FAQ
What's the role of identity management for Azure Information Protection?
What's the role of identity management for Azure Information Protection? Sourced from FAQ
I see Azure Information Protection is listed as a security provider for Microsoft Graph Security—how does this work and what alerts will I receive?
I see Azure Information Protection is listed as a security provider for Microsoft Graph Security—how does this work and what alerts will I receive? Sourced from FAQ
What types of data can Azure Information Protection classify and protect?
What types of data can Azure Information Protection classify and protect? Sourced from FAQ
What's the difference between Azure Information Protection and Azure Rights Management?
What's the difference between Azure Information Protection and Azure Rights Management? Sourced from FAQ
Trending on MSDN: Azure AD App Proxy + Azure Domain Services (Kerberos Based application)
We have an application which is doing Kerberos authentication. After going through the Azure Domain services I got to know that kerberos based authentication is supported via AD DS with Azure AD. Does Azure App Proxy support Kerberos Based…
Does Azure AD Domain Services provide AD account lockout protection?
Does Azure AD Domain Services provide AD account lockout protection? Sourced from FAQ
Can I get Azure AD Domain Services as part of Enterprise Mobility Suite (EMS)? Do I need Azure AD Premium to use Azure AD Domain Services?
Can I get Azure AD Domain Services as part of Enterprise Mobility Suite (EMS)? Do I need Azure AD Premium to use Azure AD Domain Services? Sourced from FAQ
Why am I not able to create a lab because of unavailability of the address range?
Why am I not able to create a lab because of unavailability of the address range? Sourced from FAQ
Container images in Azure Service Fabric Mesh
What container images are supported in Service Fabric Mesh? Sourced from FAQ
Can I create multiple managed domains for a single Azure AD directory?
Can I create multiple managed domains for a single Azure AD directory?
Does Azure AD B2C support the myapps panel?
I notice that I can access the myapps panel from a B2C tenant, but I am unable to see my B2C registered applications.
Application Types in Azure Service Fabric Mesh
What types of applications can I deploy with Service Fabric Mesh? Sourced from FAQ
Service Fabric Mesh Preview - Deployment Time Limit?
While Azure Service Fabric Mesh is in preview, is there a limit to how long I can keep my mesh application deployed? Sourced from FAQ
Trending on MSDN: Unable to send mail through Azure hosting environment RRS feed
In my web application , I am sending mail using using System.Net.Mail; (c#). In my local machine mailing is working fine, but I hosted it on Azure the mail doesn't work. Sourced from MSDN
How does Service Fabric nodes receive OS updates?
I have an Azure Service Fabric Cluster with 5 nodes. How do the nodes receive OS updates? Is this automatic or do I need to do something to apply them? Sourced from FAQ
Trending on MSDN: Service Fabric Cluster spanning 3 network tiers
I am deploying a multiNodeType Service Fabric Cluster spread across 3 network tiers. Web Application Data I will be placing NSG rules between each tier to restrict traffic flow, but I'm not sure which ports need to be enabled across…
Trending on MSDN: How to export Service Fabric Certificate after the cluster is created
I have created the service fabric cluster but I didn´t download the certificate pfx. How can you download the certificated needed to connect to the cluster once the cluster is already provisioned? Sourced from MSDN