341,194 questions

Sort by: Updated
1 answer

Which resource type I need to choose for SAS

I want to generate a SAS. I want to ensure that the SAS can only be used to list and download blobs stored in the container. In the "allowed resource types" session, shall I choose container or object? And Why? Thanks.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,426 questions
asked 2024-04-24T09:01:30.8466667+00:00
Shaojun Qin 20 Reputation points
answered 2024-04-24T09:07:53.0733333+00:00
Azar 18,375 Reputation points
1 answer

You don't have the required permissions to access the organization.

Hello  One of user is experiencing an issue with accessing their Microsoft Teams account after setting up a Notetaker account and purchasing a license. The license has been assigned and when the user try to log in, he receive an error message stating…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,050 questions
asked 2024-04-17T17:45:41.9366667+00:00
Iniobong Nkanga 1,661 Reputation points
commented 2024-04-24T09:07:41.3266667+00:00
LiweiTian-MSFT 13,910 Reputation points Microsoft Vendor
1 answer

Our Forward emails from our 365 tenant shared mailboxes

Hello  Please i need your help on this issue.  We have a business use case where we need to forward emails from our 365 tenant shared mailboxes that are part of an business operation flow to an Amazon SES hosted email address. Technically, it is outside…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
2,943 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,883 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
385 questions
asked 2024-04-23T13:43:30.94+00:00
Iniobong Nkanga 1,661 Reputation points
answered 2024-04-24T09:07:22.5533333+00:00
Bruce Jing-MSFT 385 Reputation points Microsoft Vendor
1 answer

Unable to access the Teams admin center of secondary directory

I've just been granted guest access to a domain to assist a partner with setting up their Teams PBX. However, the invite allows me to access Azure but not the Teams Admin center. When I enter the Teams Admin URL (https://admin.microsoft.com) in the the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,050 questions
asked 2024-04-16T23:35:13.9966667+00:00
Jeffrey Cahill 0 Reputation points
commented 2024-04-24T09:05:31.02+00:00
LiweiTian-MSFT 13,910 Reputation points Microsoft Vendor
0 answers

How to list all threads in Azure OpenAI Assistant

From the documentation, I have seen that we can retrieve the thread information given the thread_id. GET https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-version=2024-02-15-preview But if we don't know the thread_id, how to…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,145 questions
asked 2024-03-25T19:27:46.68+00:00
Wang, Zheng 15 Reputation points
edited a comment 2024-04-24T09:05:22.04+00:00
Ben Emanuel 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Backup

Hello! The question would be about retaining Azure Backup for long periods. For example, we have a new customer who requested a 5-year retention period for at least every backup performed daily. My question is based on the cost of this Backup, because…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,123 questions
asked 2024-04-19T15:43:48.79+00:00
Gabriel Moraes 60 Reputation points
commented 2024-04-24T09:04:51.8166667+00:00
SadiqhAhmed-MSFT 37,206 Reputation points Microsoft Employee
1 answer

Launching Windows Applications using Voice Assistants

Is there an alternative to Cortana on Windows that I can use to launch my applications using a voice command like "Open Abc App"? I have come across an application named "Voice Access," but I can't find any documentation on how to use…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
724 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,418 questions
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,526 questions
asked 2024-04-24T06:38:51.75+00:00
Rohan Pande 245 Reputation points
commented 2024-04-24T09:03:56.18+00:00
Jeanine Zhang-MSFT 9,106 Reputation points Microsoft Vendor
1 answer

Play sound in Blazor Hybirs app

I have a blazor hybird app running Android emulator inViual Studio. the app has a button when clicked play a sound using javascript interop to play a soun. the js code : window.PlayAudio = (elementName) =>…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,362 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,383 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,856 questions
asked 2024-04-23T10:01:01.01+00:00
Qun Shen 20 Reputation points
answered 2024-04-24T09:03:42.63+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,261 Reputation points Microsoft Vendor
0 answers

When creating an function app in a resource group I get an error

I get the error The subscription 'd088384a-d638-4051-b582-92*****f964d' is not allowed to create or update the serverfarm. "Forbidden" I am a student and create the account a few days ago and got the student 100$ value. But when creating a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,239 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,857 questions
asked 2024-04-24T08:41:24.9066667+00:00
Dimitrie Lauer 0 Reputation points
edited the question 2024-04-24T09:02:46.3466667+00:00
Dimitrie Lauer 0 Reputation points
0 answers

Issues with afxres.rc

I have some MFC projects that have worked for many years, but suddenly I can no longer access resources from afxres.rc in any of them. For example, here's a simple test: CBitmap bitmap; BOOL success = bitmap.LoadBitmap(AFX_IDB_CHECKLISTBOX_95); assert(…

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,526 questions
asked 2024-04-23T10:44:51+00:00
JW 61 Reputation points
commented 2024-04-24T09:02:44.1933333+00:00
David Lowndes 2,335 Reputation points MVP
1 answer

inquiring about ldf rebuild and log restore

Hello, I am inquiring about ldf rebuild and log restore Recently, the ldf file failed during log restoration, and the LDF file was recreated through database detach, attach, and LOG REBUILD. After that, I wanted to proceed with the restoration of the…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,682 questions
asked 2024-04-24T04:23:16.8633333+00:00
고민재 40 Reputation points
answered 2024-04-24T09:02:29.3166667+00:00
MikeyQiao-MSFT 485 Reputation points Microsoft Vendor
1 answer

migrate mailbox from onpremise account to another account on exchange online

Hi, i have a hybrid deployment and i manage email account for several sister company. the other domain is not trusted with my AD domain and all users email account are on my AD. Now on my tenant i configured entra cloud sync on one sister company (for…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,171 questions
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,881 questions
asked 2024-04-23T08:14:33.72+00:00
EDP Gerosa 0 Reputation points
answered 2024-04-24T09:01:34.4733333+00:00
Noah Ma-MSFT 455 Reputation points Microsoft Vendor
0 answers

Azure ML Managed Feature store problem

Hi all, we are trying to figure out with Managed Feature Store, but have problem with access. An error occurred while calling o1073.parquet. : org.apache.hadoop.fs.azure.AzureException: org.apache.hadoop.fs.azure.AzureException: No credentials found for…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,559 questions
asked 2024-04-24T04:10:39.84+00:00
Denis Bruk 21 Reputation points
commented 2024-04-24T09:00:44.84+00:00
Denis Bruk 21 Reputation points
1 answer One of the answers was accepted by the question author.

I have done my challenge Dp 600 but i didn't get voucher i registrar with my corporate mail You have completed your challenge and have earned a free Microsoft Certification exam. Your free exam offer will be delivered via email within the next week.

! You have completed your challenge and have earned a free Microsoft Certification exam. Your free exam offer will be delivered via email within the next week. I didn't get Dp600 voucher not yet when can i get Voucher? I register and Challenge done…

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,527 questions
asked 2024-04-24T07:33:26.41+00:00
Tejendra Chary Indrakanti 20 Reputation points
accepted 2024-04-24T09:00:39.2533333+00:00
Tejendra Chary Indrakanti 20 Reputation points
1 answer

Installing "Reissued" SSL Certificate on Exchange 2019 Hybrid Servers

We have a hybrid deployment. ADsync. The servers are 2019. The users are on exchange online. The public SSL certificate is Godaddy that renews every 13 months. It expires next month. We downloaded the reissued certificate (p7b, crt, pem). How do I…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,171 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,342 questions
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,881 questions
asked 2024-04-19T13:07:14.7733333+00:00
mara2021 996 Reputation points
commented 2024-04-24T09:00:35.1866667+00:00
Bruce Jing-MSFT 385 Reputation points Microsoft Vendor
0 answers

Missing Project 2021 Features

I bought a license key for MS Project 2021. But I am missing some features. I can't find the Planner Table and the Sprints Project Template. Please can anyone help, I can't afford to pay $200 for the IT support. Thanks in advance

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,761 questions
asked 2024-04-24T08:56:12.3566667+00:00
Apol Lannister 0 Reputation points
edited the question 2024-04-24T09:00:33.77+00:00
Andreas Baumgarten 96,036 Reputation points MVP
0 answers

Warning event logs for the Azure AD application proxy connector

**Question is related to the Azure AD application proxy connector. ** Hi All, We have seen there is warnings Screenshot 2024-04-24 140800.png, want to know any action needs to be done from Application proxy end or it will resolve automatically, or…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,439 questions
asked 2024-04-24T08:59:53.8066667+00:00
Karuna Pakanati 0 Reputation points
3 answers One of the answers was accepted by the question author.

How do I retrieve License Information(Software Assurance specifically) for my Microsoft SQL server ( 2012 Standard)

I have a "Microsoft SQL Server 2012 (SP4-GDR) (KB4583465)" standard edition installed on my Windows Ec2 instance (not AWS license, it is BYOL.) I do not have the information or ID to login to Microsoft volume licensing…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,682 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,110 questions
asked 2023-06-05T06:34:02.36+00:00
Shubh Garg 20 Reputation points
edited a comment 2024-04-24T08:59:27.1466667+00:00
Anandhu Ajithakumar 0 Reputation points
1 answer

authentication to azure subscription with out prompting credentials

how we run connect-azconnect with out asking for credentials as i have to run in target machine? This is the script I am trying to execute, what need to amend? [2:02 PM] Shyam Cheekoti $subscriptions = Get-AzSubscription Connect-AzAccount -AccountID…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
635 questions
asked 2024-04-24T08:31:37.1+00:00
Varma 1,055 Reputation points
commented 2024-04-24T08:59:18.46+00:00
Varma 1,055 Reputation points
2 answers

How can use Lookup to get data from multiple salesforce Object in ADF

I need to select Some data from Multiple salesforce object to another database. Currently I am trying pipeline for this because Dataflow is not supporting Salesforce. But the problem is While creating source/dataset it is showing only object and don't…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,520 questions
asked 2024-04-23T08:15:29.11+00:00
Chandran, Vinitha 40 Reputation points
answered 2024-04-24T08:59:02.3333333+00:00
AnnuKumari-MSFT 30,601 Reputation points Microsoft Employee