WS2022 IIS SMTP Server doesn't find TLS cert
We use an IIS SMTP server to relay emails from older scanners that don't support TLS to MS365 anonymous relay, which requires TLS. We're replacing an existing WS2012R2 server with SMTP with a new WS2022 server with the SMTP feature installed. The…
Unexected Error while submit form to schedule exam
I am trying to register of AZ900 certification. When I pass all the personal details and submitted the form it throws below error. Unexpected error **We encountered an unexpected error. Please try again later. If this issue continues, please contact site…
Missing context
Module: https://learn.microsoft.com/en-us/training/modules/provide-apps-users/4-install-desktop-apps-manually There is a random reference to file format, see below, did they miss a whole sentence or added by mistake? Windows always uses Windows Installer…
Microsoft Authenticator always reminding me that my account needs to reactivate phone login
Every time I approve a request, I am prompted, 'Phone login is no longer applicable to my account. I need to re enable phone login on my account.' However, when I set it to re enable phone login and approve login again, I still get prompted to reset it.…
Can I work around "NetworkPluginMode overlay cannot be used with PodSubnetID" error when upgrading AKS cluster from CNI to CNI overlay?
One of our clusters is giving the following error when trying to update the network plugin mode to overlay... "NetworkPluginMode overlay cannot be used with PodSubnetID" Is this what the "Doesn't use the dynamic pod IP allocation…
How to join the 3 KQL tables?
Hi all, I want to get the inactive users data with seesionhostname, hostpoolname, lastlogindate,username and i am trying to get it through KQL query which we need to join 3 tables i am getting the below error 'join' operator: Failed to resolve column…
Teams app on desktop is not showing suggested actions
The Teams app on the Windows desktop stopped showing suggested actions. They are still shown on the Teams web app: And also on the Teams mobile app: Here is the actual message: { "type": "message", "serviceUrl":…
New-AzSqlSyncMember command fails
Im trying to create a sync member for an on-premises SQL Server database , Im using the command - New-AzSqlSyncMember -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01" -SyncGroupName…
How to set up monitoring for VMs that show Agent Status "Not Ready"
Hi, Is there a way to monitor VMs, in a specific subscription, using Azure Monitor log queries for when a VM's Agent Status is showing up as "Not Ready". I ideally would like a Azure Monitor query (KQL) that lists all VMs, in a subscription,…
Unable to Redeem Azure Sponsored Account
I am experiencing an issue while attempting to activate my Azure sponsored account. After confirming the correct email address associated with the sponsorship, I receive the error message: "Cannot redeem Azure at this time." Despite ensuring…
is there a video showing us how to connect a manaaged HSM with a blob storage account?
We are trying to enable HSM for a blob storage account. So, the use case is to have a different container with a different encryption scope and each scope has it own key that is stored in HSM. However, there is no pick from HSM dropdown in the…
My Azure tenant is blocked due to inactivity
I can't logon to my Azure tenant: Sign-in failed Error code: AADSTS5000225 Error message: AADSTS5000225: This tenant has been blocked due to inactivity. How can i reactivate my tenant?
Can't run query if defining temp table
I have the following T-SQL: alter procedure myProc_sp AS BEGIN create table #myTable ( retireeId varchar(12) ) select getDate() return END With the 'create table' statement in there, it returns zero rows. If I comment out the 'create table' it…
Azure for student doesn't give 100 USD
Hi, creating an account with a university email provides access to free tier services and the Azure for Students Starter subscription, but it does not include the $100 credit. I should add that I once had an active subscription, and it worked correctly.…
Don't see my comment just added
Hi, I just added a comment in this thread https://learn.microsoft.com/en-us/answers/questions/2115332/cant-run-query-if-defining-temp-table?page=1&orderby=newest but I don't see it so I don't know if it was added or not. Also, forum's view doesn't…
How to Enable Entra ID-Joined Devices to Access On-Prem File Servers Using Entra ID Credentials
Hello everyone, I’m currently working on a setup where I have Entra ID-joined devices, and I need them to access our on-premises file server using their Entra ID credentials. Here's some context and what I've done so far: Environment Setup: We have an…
Retrive account
I removed an account from my authenticator app now am trying to log in from other device into my account but its asking otp from authenticator app , how to relog in to the authenticator app to get otp..........? that account is not in my app now so…
How to search Outlook for emails with links to files
Currently, I can use the search option in Outlook to find emails with file attachments, but I'm unable to search for emails that contain links to files. Is this possible? If not, I request an enhancement to provide this functionality. Thanks.
How to expire all logged in sessions of a user on Password Reset?
I want to destroy all existing logged in sessions if user Resets Password from one logged in device. How can I achieve this?
Challenges in Managing Client Secrets for High-Scale API Integrations in Azure API Management
Currently, we are using an open-source API management application to manage APIs. This product primarily consists of two components: the Publisher, which is used to publish APIs, and the Store, which allows applications to subscribe to APIs. Once an…