352,735 questions

Sort by: Updated
1 answer

Getting stuck on deployment after hitting ctrl c on an azd deploy

I hit ctrl c after running azd deploy that was taking a long time. Ever since I used ctrl c, I can't run azd deploy anymore, it will just get stuck for long periods of time and wont finish the deployment. Looking for some live help resources if…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,133 questions
asked 2024-06-07T21:05:51.9366667+00:00
Jacob Culbertson 0 Reputation points
answered 2024-06-12T08:54:03.9633333+00:00
Srinud 1,815 Reputation points Microsoft Vendor
0 answers

I have Passed my exam but until now I have not been certified?

Let me briefly summarize this case as follows: I have passed my exam: Designing and Implementing Microsoft DevOps Solutions Account 1: [l@hotmail.com] June 3, 2024 Online Provided by Pearson Vue. Designing Microsoft Azure Infrastructure…

Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,360 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,537 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,862 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,133 questions
asked 2024-06-12T08:53:53.12+00:00
Nho Luong 0 Reputation points
1 answer

how to write code in cs file in xamarin.ios?

I create xamarin.ios. there is tabbed application in the default file. there is Main.storyboard some of it code is : <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <autoresizingMask…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,311 questions
asked 2024-06-10T07:25:54.96+00:00
mc 3,806 Reputation points
commented 2024-06-12T08:53:37.6233333+00:00
mc 3,806 Reputation points
0 answers

Inquiry Regarding Subscription Upgrade for SMS Service Configuration

I am currently on a Pay-As-You-Go subscription plan and am trying to set up an SMS service within the communication services. However, I am encountering the following message: "Your current subscription is not eligible for Public Switched Telephony…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
736 questions
asked 2024-06-10T18:27:50.5866667+00:00
James D 0 Reputation points
commented 2024-06-12T08:53:11.2666667+00:00
SnehaAgrawal-MSFT 19,361 Reputation points
4 answers

Indexing / Windows Search not finding data

Hello, I am having problems with Windows Search on Windows Server 2022. We are running an Active Directory & Domain Controller on this Server. A few weeks ago I discovered that Windows isn't able to find document contents as it should do. I then…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,916 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,395 questions
asked 2024-02-20T09:33:54.21+00:00
Adrian Neureither 0 Reputation points
answered 2024-06-12T08:52:59.2633333+00:00
Dirk Streif 0 Reputation points
1 answer

Unable to approve admin consents requests

Hi, I have a user requesting Admin Consent for an Enterprise Application. I have reviewed the access and tried to grant the consent, but I am getting an error. Can anyone help me. Thanks,

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,039 questions
asked 2024-02-21T08:17:30.6866667+00:00
chawal-7106 20 Reputation points
commented 2024-06-12T08:52:49.3033333+00:00
Andrius Vasiliauskas 0 Reputation points
0 answers

Task Timeout Not Asign IsCompletedSuccessfully

In the url: https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task.delay?view=net-8.0 say "After the specified time delay, the task is completed in the RanToCompletion state". Once "Timeout = true", I checked that…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,458 questions
asked 2024-06-12T05:28:41.4933333+00:00
zequion 171 Reputation points
commented 2024-06-12T08:52:25.14+00:00
KOZ6.0 5,630 Reputation points
2 answers

Failover clustering lab

hi i have done the lab below from the az-801 course and just require some clarification is the final intent of the lab to essentially build a highly resilient general purpose file server solution which can be utilised? how does this differ to SOFS? Sofs…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,136 questions
asked 2024-06-09T10:14:50.4766667+00:00
Dalbir Singh 60 Reputation points
commented 2024-06-12T08:52:04.55+00:00
Dalbir Singh 60 Reputation points
1 answer

Get deleted item from recyclebin

Task: I need to get deleted item having SHITEMID data. SHITEMID is defined as: typedef struct _ITEMIDLIST { SHITEMID mkid; }ITEMIDLIST; defined in C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\shtypes.h I have the following code to get…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,584 questions
asked 2024-06-11T13:21:13.9233333+00:00
Flaviu_ 931 Reputation points
commented 2024-06-12T08:51:55.22+00:00
David Lowndes 2,445 Reputation points MVP
0 answers

Azure Firewall Policy - Policy Analytics Stopped Working Suddenly

As title says, Policy Analytics suddenly stopped working/indexing the logs, so it no longer show traffic, hits etc. Only can see analytics from about 1 week ago and older now. No known changes done in the environment either, I tried to disable the Policy…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
589 questions
asked 2024-06-12T08:51:29.74+00:00
Martin Cato Dahl 0 Reputation points
1 answer

How can I configure Genaral setting like always on and dotnet version for an Azure Function(in dotnet 8) App using Terraform?

i have tried below code resource "azurerm_function_app" "example" { name = var.function_app_name location = "West US" resource_group_name =…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,471 questions
asked 2024-06-11T16:49:13.8366667+00:00
ravi patel 0 Reputation points
answered 2024-06-12T08:50:59.9766667+00:00
Dan Rios 1,425 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Do windows security still can be used?

As we know, in October 2025, Windows 10 will no longer be supported and that means it will no longer receive security updates. So can you still use Windows security features on Windows 10? like anti-virus and others, they just don't get the latest…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,923 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,804 questions
asked 2024-06-11T13:55:47.2733333+00:00
abraham theo 0 Reputation points
commented 2024-06-12T08:50:28.2+00:00
abraham theo 0 Reputation points
0 answers

How to get the latest email with its attachment in single response using Graph API?

How to get latest mail with its attachment, but in the response its coming all the conversations inside the email, even i select the latest conversation also the full email conversation is coming inside the body as a html, Is there any way to fetch the…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,846 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,016 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,981 questions
asked 2024-06-12T07:49:30.2933333+00:00
Yabesh 0 Reputation points
edited the question 2024-06-12T08:50:08.75+00:00
Yabesh 0 Reputation points
1 answer

Removing on-prem Exchange 2013

We have an old Exchange 2013 server still hanging around which I want to get rid of. We have migrated all mailboxes to EXO years ago and all the public MX records point to our in-line mail filter. There's still a fair few DG left that haven't been…

Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,949 questions
asked 2024-06-12T06:28:36.4966667+00:00
Bob Pants 211 Reputation points
edited an answer 2024-06-12T08:49:44.56+00:00
Bruce Jing-MSFT 1,530 Reputation points Microsoft Vendor
1 answer

Domain controller with DNS trying to register with external DNS/IP

I have a domain controller that has the DNS role installed too. Since yesterday (after demoting an older DC) I have noticed odd entries in the system log relating to DNS. This is now a single domain controller in the domain. DNS settings for the…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,395 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,053 questions
asked 2024-06-06T14:41:54.24+00:00
Ed 0 Reputation points
commented 2024-06-12T08:49:37.1966667+00:00
Ed 0 Reputation points
1 answer One of the answers was accepted by the question author.

Restore yet another post removed for bogus Code of Conduct violation

Kindly restore deleted comment. These erroneous auto-deletions are extremely annoying. If only the Q&A site was as quick to display my posts as it is to delete…

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
625 questions
asked 2024-06-11T01:00:02.7433333+00:00
RLWA32 41,811 Reputation points
commented 2024-06-12T08:48:46.43+00:00
RLWA32 41,811 Reputation points
1 answer One of the answers was accepted by the question author.

When we put teams in dark mode it reverts back after a restart

Hello, When we put teams in dark mode it reverts back after a restart Thank you for your help

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,342 questions
asked 2024-02-08T00:35:28.9533333+00:00
J-3804 1,556 Reputation points
commented 2024-06-12T08:47:34.5766667+00:00
Rafael Böhm 0 Reputation points
3 answers One of the answers was accepted by the question author.

SharePoint list view ui is changed to Microsoft list ui

I encountered a problem where the appearance of all lists on a SharePoint site has changed to resemble Microsoft Lists, but this issue is only affecting one specific user (User 2) and the list ui is fine with any other users. This is the normal…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,987 questions
asked 2024-05-16T00:39:11.0533333+00:00
Johann Liebert 20 Reputation points
commented 2024-06-12T08:46:19.0833333+00:00
Torsten Willems 0 Reputation points
1 answer

Azure OpenAI Assistant cannot retrieve files belong to assistant

Hi everyone, I tried to use Assistant API and I on the part of retrieve files that belong to specific assistant, My issue is when trying to get files that belongs to assistant with RestAPI it return a 404 not found curl --location…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,414 questions
asked 2024-06-12T04:41:45.27+00:00
Unif 20 Reputation points
commented 2024-06-12T08:46:09.56+00:00
navba-MSFT 18,490 Reputation points Microsoft Employee
1 answer

User in contributor group can not access directly file on SharePoint on-premises site

My user tried to access a powerpoint file directly on sharepoint document library and got this message When I checked his permission, I had found that he still stayed in the contributor group, that mean he can access and edit this file . I also checked…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,270 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,987 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,753 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,590 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,861 questions
asked 2024-06-05T09:29:12.9933333+00:00
Mr.Hoang Nghiem Huy 20 Reputation points
edited an answer 2024-06-12T08:42:47.14+00:00
Haoyan Xue_MSFT 21,236 Reputation points Microsoft Vendor