UWP: CameraCaptureUI starts new Camera Task if no photo is taken
Hello, i have a Xamarin.Forms app. In the UWP project i have code to take an photo which i call using the DependencyService. The code is very similar to the example code from here:…
What is the difference between Identity Governance and Organizational Relationships in Azure AD?
Hello, I am learning about partner collaboration in Azure AD, where I see that there are couple of ways to collaborate with partner organization as follows: 1) Organizational relationships - Identity providers 2) Identity Governance - Connected…
[MSDN Redirect] Virtual Machine - connection bars
I just got a VM and I'm keep getting 1-2 out of 4 bars and a slow (lagging) experience. I'm in Australian and my VM is in the US. I have 140mb/sec internet at home. How do I improve my bars on my VM to get a faster experience so that I'm not lagging…
I have an app in the store for a private audience but the link is broken
My store app is currently available to a private audience but the link provided on the "Pricing and availability" page takes me to a page which says "We are sorry, the page you requested cannot be found." There doesn't seem to be any…
Is it true that UWP does not support User/Custom StorageLibraries?
Hello, I have not found any way to access or get User/Custom StorageLibraries? This method from the StorageLibrary Class only works for the Known Libraries? public static IAsyncOperation GetLibraryAsync(KnownLibraryId libraryId) Regards, …
Multiple Apps in Azure App Access Panel with one Enterprise App for SSO
We have on-prem SAP system that has been configured for SSO in Azure AD Enterprise App and is working, a Tile shows in the Azure App Access Panel / MyApps / O365 App launcher, which users can click on to get to it. The SAP team are now asking if its…
Consume C++ library methods in UWP
I have c++ library (.dll) which is exposing few methods, i want to consume those methods in UWP application. The methods will call frequently from UWP application. Can you please provide the solution on this.
Setting up .net core sub application
Is there any documentation or guides on setting up a .net core application to run on azure as a sub application on a app service? I have a react application running and I want a sub application running from /app/api.
Consulta Precios DevTest Lab en Suscripciones CSP
Nos podrías por favor confirmar el método de cobro por los servicios de Azure Dev Test lab en CSP? Entiendo que en CSP no hay % de descuento para las imágenes que se instalan. Esto es cierto?
Raised priority on DNS record and now have duplicate record.
I raised the priority on a DNS record to prefer a local site over the remote site for LDAP. 4 days later I see a new record created with 0 priority along with my old record at 100 priority. No one claims to have made any adjustments to DNS. Not sure…
How do I make sure a file is closed before attempting to read to it? (UWP)
I have a UWP app where a method is invoked that reads and writes the necessary data. It is reads when the page loads or the program opens, and writes data when the page unloads and the app closes. It looks like this: async void WriteAndRead(bool…
Minor bug: VM OS disk type resets by itself
Azure Support asked to create a post and link it to this tweet: https://twitter.com/metagamedev/status/1222411730996944896?s=20
Is UWP the Right Development Tool for My Project?
I want to create an app for Window Store, but I fear that UWP is not the right development tool. My project targets the Windows desktop only, and my project will rename directores and files, and it will replace text in files. After doing some…
How to detect point behind background app?
According " Handle pointer input " , there is a "PointerRoutedEventArgs e" can get a point object. PointerPoint ptrPt = e.GetCurrentPoint(Target); …
O365 Login is not working when browser cache is cleared
Hi Team, We have done O365 authentication in our small application. After some months we have found that now O365 authentication is not working when browse cache is cleared, Sometimes either that login will redirect and to same page again and again…
Business Store - Cordova Application - Shared Certificates with sharedcertificates capabilty - Certification Fails
We have created a enterprise windows app and it needs certain capabilities like shared user certificates, Private network etc... This app will be used within our organization. When we submit this app to stores, certification fails with the…
How to join Azure Ad with local Machine
Hi Team, I create a Azure Ad on cloud and want to join my all local machine with this. i don't have and domain in my local office. I see in a video that cloud VM directly join Azure Ad. My question why my local machine not join Azure AD. is it…
How to open port to nested VM
I have a windows server VM in Azure that is running a Hyper-V VM on top of it. The nested VM is running a database server on port: 1025 How can I connect to the nested VM's database from outside the network? I followed this MS article on…
fatal error: azure_c_shared_utility/xlogging.h no such file or directory
hi, i am facing this problem when trying to run Raspberry C example code of Microsoft provided example and cannot proceed further.
Azure asp.net c# web publish with authentication will not connect to localhost (refused)
Dear Expert, I'm new to Azure Web application development and used the guide https://zcusa.951200.xyz/en-us/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase to create a new web application. I have used Authentication with work or…