Azure VM to VM communication
Hello All, Looking form some information and how-to I would like to have my VMs on two different V-Nets be able to communicate with each other.... I know I can do peering between the V-Nets and that allows communication fine, and I have set that…
Office 365 developer subscriptions support
My Office 365 developer subscriptions, tells me that its inactive. Even though I thought I had been developing against it. Has anyone got a contact details of support as I can't seem to find any?
Configure basic load balancer for existing VMs
I'm trying to configure a basic load balancer for two of our VMs. In order to do this is looks like I need an availability set. I didn't create on when I created the VMs and it doesn't look like I can assign one to the VMs now. Do I need to create two…
Locked out of O365 Developer Instance
Hi all, I've got an Office 365 Developer Instance setup with a custom domain, customized admin credentials and user data. Unfortunately I am now unable to log into the instance with my administrator credentials and when trying to recover or reset…
Does Azure AD support RelayState as form variable
I am creating a SP-initiated SAML flow where I need to send the RelayState via a form POST variable along with the SAMLRequest. Is this allowed and if so how do I configure it? Currently, the communication coming back from Azure AD has the…
Restore option unavailable in SSMS
Hello, The 'Restore Database' option is not available when looking to upload a .bak file to SSMS in Azure's Virtual Machine for MS SQL Server. Is there a work around to import or upload a .bak file to SSMS so we are able to link our…
[UWP][C#] - Datagrid ItemsSource
How can I bind a DataGrid's ItemsSource to list or array when I do not know the structure of the data? I know the column and row counts, but I need to create the object at run time that will bind to the Data grid. Thanks for any suggestions. …
ADLS Gen1 vs Gen2?
Is there a clear documentation mentioning when to use ADLS Gen1 vs Gen2?
use button for dictation
Hello @RoyLiWicresoftNorthAmericaLtd-0833 I am using continues dictation in my app, but I have a problem, even though I put the silence time out to 1 day, it will still timeout after a while. What I am trying to do, is that the user press the button…
How to retrieve a correct token to request Reports on Graph
Hello I have registered an apps with Reports.Read.All permissions with delegation and Admin Consent I try to retrieve reports (email, onedrive, ...), but I don't succeed. The token retrieved nerver contains the permission Reports.Read.All …
Finding Azure permissions needed for Powershell cmdlets
I'm trying to use Runbooks to automate things in Azure but I keep running into 'Insufficient privileges' errors for the runas user the Automation Account is using. Is there any documentation on what permissions the cmdlets need? I've not been able to…
It is possible in UWP to set package.manifest property from C# code?
It is possible in UWP to set package. manifest property from C# code? I want to set all Assets images from C# code depending on some condition like if(MA) - Assets Type 1 if(OC) - Assets Type 2 Executable="$targetnametoken$.exe" …
Enterprise applications - On-premise application published with pass-through but still prompted for password
Hi, I'm attempting to publish our intranet as an enterprise application with SSO. This works like a charm and I'm able to access it via office.com and also as a published web link via Intune and my phone. But - I have to sign-in each time which is…
checking activation status
Hi there. I've been running with a free trial of Azure got an email earlier in the week to 'upgrade now' which I want to do. This takes me through to login and says 'More information required' and then to 'Additional Security Information'. I've…
Can't connect my Windows Server 2016 VM using RDP after the Safe Mode
Hello ! Just rebooted my VM in the Safe Mode + Network support, after suspected it under the virus (Windows Defender & Local System was using 2 cores at 100% each), and now can't connect it via RDP. Used this…
[UWP] Camera Preview while recording
Hello, I'm attempting to work with video capture in a UWP app and am running across an issue when it comes to the preview of the video. Everything works fine to preview, capture, play back a video if I don't resize the window. If recording is…
Salesforce - Azure AD Automated User provisioning Issue
Hello Community, we are trying to implement the Azure AD Automated user provisioning on our instance an able to create an user with a profile unable to find any documentation for assigning a permission set we are unable to find a valid…
Have Working LDAPS Service Account, So, Why Can't I Use That Account to Login Users
I have setup LDAPS by basically following these steps: https://video2.skills-academy.com/en-us/azure/active-directory-domain-services/tutorial-configure-ldaps Plus, I have created a service account that allows me to extract user information. The…
How to use New-AzADSpCredential to add certificate credentials
I am using App Registrations to deploy resources and the certificate is expiring. I am trying to write a script to add a new cert to extend the life of this Service Principal but no matter who I login as (myself, a colleague, the Service Principal…
Mix ADFS and Azure AD for authentication
Hi We use ADFS 3.0 for O365 and some 3rd party web / apps. Now we're implementing a new website. My original idea was to just add it to our ADFS but now the project has decided that it need 2FA. In the future I see all our apps authenticate in Azure AD…