Help changing my developer account from an individual to a business
Can someone please help me to understand how I can change my developer account from an individual to a business so I can complete the tax profile and link my TIN # to the account?
Service Principal - find detailed information
Hello, We have discovered a service principal was created and granted Global Admin rights in our Azure AD. No one seems to know what this account is used for and why it has GA rights. How can I find out the details of this account, such as,…
How to add Fonts in azure container?
I have an application which I have deployed to Azure through docker image. Now I am facing one issue. This application sends an email with RDLC reports. But the reports I am getting in mail have different fonts than the report I am getting…
How to read from TextBox LineByLine
I have a TextBox with AcceptsReturn="True" Now I want to read from it line by line I tried code: string[] modelLines; modelLines = ModelTextBox.Text.Split('\n'); But it doesnt work, how to read from TextBox…
Identity provider question - can I limit use of it on a per app basis?
This may seem like a no brainer for some, but I really am not sure because I don't create apps in Azure. But the question is in our B2C tenant, under the Identity Provider section, if I configure Google as an identity provider, can I limit the user of…
How do you prevent Excel from merging a cell/table automatically after pasting from Word to Excel?
When I hit enter on any table, and include data there, after I paste it, Excel merges it! I don't want it to merge. I want it to be a table.
Possible to open DevTools on Teams for Linux?
PC and Mac versions have "Open DevTools" menu item on the app icon. Is there an equivalent on Linux? Running https://aur.archlinux.org/packages/teams
Powershell is showing different letters, or language are mixed.
Hi all, Anyone of you have experienced trouble with Powershell and showing up with different languages or just different letters in the command or overall ? I am getting different languages or letters in the same Powershell i use all the time,…
Why Can't I Edit my Profile?
I have made several attempts to update my profile without success. I did upload my avatar/picture, and it shows up. But I cannot add my email preference and country/region. When I click Save, nothing happens. Does the lighter blue "Save"…
Azure Portal Windows App (Preview) issue - Admin Grant
In the Azure Portal App (Preview), I am not able to grant admin consent to an Azure AD app. The button typically opens a new browser window. This seems to not work with the Azure Portal app. Anyone else had the same issue? Greetings, MrAzureAd
AIP Toolbar and Office Business edition
After about a month of work I have gotten AIP running for a test group of users. I made a teaching sheet beforehand on how to use the labeling system a long time ago, but noticed that the label toolbar is now missing. When I made the sheet I was running…
Upgrading Office 365 Business Premium with Azure Information Protection
Hi Guys! A customer would like to be able to use the IRM mail encryption/security feature in Outlook 2016. It is my understanding that since the customer and all of their user have Office 365 Business Premium licenses, they will need to purchase…
Question about the Positioning of the UI in User section , is there a web Attack going on ?
Hi all, I was wondering if it was only me who got this problem about the UI not showing up perfectly in the Q&A user page : https://learn.microsoft.com/answers/users/index.html Looks like all User name are now aligning perfectly . Some…
CanvasRenderTarget poor rendering quality when drawing ink
I have a ScrollViewer which contains a CanvasVirtualControl. My app does the following: Use an InkCanvas to draw wet ink Custom dry the ink and render it offscreen on a CanvasRenderTarget Then draw the appropriate portion the target onto…
Can I get access to azure sandbox for MS learn?
on https://learn.microsoft.com/en-us/learn/modules/welcome-to-azure/4-exercise-create-website I am receiving the error "Unauthorized sandbox use detected. Your sandbox access has been removed." when trying to activate the sandbox, and cannot…
Sandbox removed
sandbox has been removed and I need it please.
Why does “signInAudience”: “AzureADMultipleOrgs” cause 'The URI scheme is invalid or unsupported'
I am getting an error when trying to switch the Supported account types to: Accounts in any organizational directory (Any Azure AD directory - Multitenant) I am using as IdentifierUris the amazon cognito urn:amazon:cognito:sp:XXXXXXXXXXX
UWP. UI tasks does not running when application is hidden.
auto workItemHandler = ref new WorkItemHandler( [this]( IAsyncAction^ action ) { while ( action->Status == AsyncStatus::Started ) { WaitForSingleObjectEx( GetCurrentThread(), 1, FALSE…
System.Threading namespace is not working/appearing
I am developing a novice level test xamarin test project since I am new to this technology. I need to add a static variable of type Timer using the System.Threading namespace as follows, private static Timer timer; But, it doesn't seem to work. I…
.Net Core 3.1.1 breaking azure web app
Moved my webapp to .NET core 3.1.101 sdk added the extension in web app but still getting issue. every thing was ok with .NET 3.1.100 sdk and working fine locally with updated sdk AggregateException: Some services are not able to be constructed…