Visual studio applications - how to create new ones and view existing ones saved on code.msdn.microsoft.com
I feel disoriented, I can no longer see on your website the many applications I created, why did you close it? You are not speaking, you cannot see the applizaioni that I had designed in visual studio, moreover the explanations on git-hub are difficult…
Community Center | Not monitored
Tracking of downloads of MS Teams app
I have been guided here by MS Support hoping I would get closer to an answer :-) Recently we have developed a MS Teams app which is available from AppSource. I would really want to track the number of downloads and the usage of the app and naturally…
Community Center | Not monitored
For SSO Setup between AZURE(IDP) and ADFS(SP), Is certificate necessary?
We provide customer with metadata but they insist on for Entity ID and ACS URL. At the end SSO works. Is there a certificate on Azure side involved here? We have customer certificate on ADFS side
Microsoft Security | Microsoft Entra | Microsoft Entra ID
[uwp][c#] is there a way to load a bitmap, NOT on the main thread?
I have a .png file, and want to load it as a WriteableBitmap. However, if I don't do this on the main thread, I get an exception. var file = ...path_to_some_png_file...; Task.Run(async () => { using (var stream = new…
Developer technologies | Universal Windows Platform (UWP)
How to Create Post URL using Azure blobs
BlobService has one inbuilt function to getUrl. Requirement is to have Post URL also. How can we achieve this?
Azure App Service
How to get azure batch to share memory?
Trying to figure out how to get Azure Batch to share memory? Any leads especially sample script is appreciated
Azure Batch
Common Azure storage for web site accessible from more VMs
Hi Dear, What storage of a web site (dynamic content PHP/mySQL) would you use if you'd need to access it from more virtual machines / scale set? Azure disk can be accessed only from one VM, Azure files do not use chmod/chown filesystem functions (can…
Azure Virtual Machines
Azure Virtual Machine Scale Sets
Problem webapp Wordpress on Linux Azure
Hello there, I'm facing an issue when i try to deploy Word press on Linux in Azure in a new ressource group. i've tried in France Central and North Europe. The deployment fail with an error on the Webapp and the following details :…
Azure App Service
Azure Active Directory
we already have an existing AD and wants to integrate it with Azure and wants to have local AD server on one office and other locations via cloud Please share provisioning link for it? we need registered domain for Azure AD and if they have…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Best practice for production deployments of API
Hi all! I'm pretty new to Azure so please bare with me. I have two current VMs, one for dev/qa and one for prod. Since we can't have any down time, what's the best way to deploy our latest builds? I thought cloning the prod server, updating it,…
Azure Virtual Machines
An autocomplete textbox in Sign Up Custom Policy Azure AD B2C
Is It possible to add an autocomplete textbox in Sign Up custom policy to allow users to search and select from pre-populated list of users in Azure AD?
Microsoft Security | Microsoft Entra | Microsoft Entra ID
I love UWP Platform
Hi, this is original message from App Certification Kit Name: ……. App ID: 9N43VPZH82F7 Publisher name: …… Test ID: fa473b92-6984-4e38-b8bf-ab3671f5804e Review completed: 11/29/2019 01:48PM Hello, Thank you for…
Developer technologies | Universal Windows Platform (UWP)
What is the powershell command\Tag to set the Target Key Vault for Azure to Azure encrypted VM DR Scenario?
What is the powershell command\Tag to set the Target Key Vault for Azure to Azure encrypted VM DR Scenario?
Azure Virtual Machines
Valid certificate but still get SSL errors
Hello, We have a cert for our site https://www.blocherconsulting.com If you browse there, sometimes you get the *.azurewebsites.net built-in certificate, like this: However, multiple sites that check certificate validity return the correct result:…
Azure App Service
In hybrid architecture is it possible to manage from azure?
Hi, I have an azure active directory where all my objects had been created, I want to deploy an on prem AD/DS and connect the two in a way that the sync will be from cloud to on prem so that all the management will happen in the cloud and not from on…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
How to handle events in service fabric
Hi Team, I am working on migrating the database tables to service fabric microservices. As part of publishing the services, the existing data also migrated from the Database to Service fabric service. In the initial phase, I don't want to replace the…
Azure Service Fabric
Auto Licenses assignment to new user in Azure AD
Hi All, I am newbie to "Office 365 admins" and still learning things. Not sure my question would make sense. Background : Our on premises AD DC is connected to Azure services. When we create user account here in AD, It sync to Azure Active…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
[UWP][cpp] c++ winrt uwp show loading during long operations.
given a ProgressRing in the xaml such as, ProgressRing x:Name="MyLoadingRing" What is the recommended way to set this value to true, update the UI and then do a long running operation. For example a sqlite query. I've tried …
Developer technologies | Universal Windows Platform (UWP)
No DCs on premises
Hello, I am a newcomer to Azure, so I don't know if this basic question will be allowed: Imagine I have a small business but I don't want any datacenters, but I do want Active Directory. So, as far as I am reading , if I want this scenario, I…
Microsoft Security | Microsoft Entra | Other
Unhandled Exception: System.TypeLoadException Working with UWP in Xamarin.Forms
Here is my error. Things I've done: Clean solution Restart IDE Build solution Close IDE Delete obj & bin folders Restart IDE .... ... Unfortunately, these methods did not work at all. Only UWP Local Machine could…
Developer technologies | Universal Windows Platform (UWP)