99,843 questions

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Cosmos DB Gremlin, DB and Collection Creation via APIs

Is there an API that we can use to Create DB and Collection/Graphs?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,500 questions
asked 2024-06-17T17:08:30.5433333+00:00
Don Liyanage 0 Reputation points
commented 2024-06-18T15:35:04.0966667+00:00
GeethaThatipatri-MSFT 28,462 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Subscription for DP-203

Hello, I started studying the DP-203 and as I was doing the self-paced study, for one of the exercises, you are required to have an Azure subscription. I was wondering if it is possible to do the whole self-study with the free subscription, or if I…

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,165 questions
asked 2024-04-29T22:34:50.2+00:00
Quentin Belaud 20 Reputation points
commented 2024-06-18T15:22:20.89+00:00
BhargavaGunnam-MSFT 28,111 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Unexpected truncation error when inserting from UTF8 to non-UTF8 collation

I believe I am hitting a bug with moving data from a UTF8 to a non-UTF8 collations in SQL Server 2022 CU13 (running under Linux but assuming for now this issue is not related). The issue is that MSSQL appears to be determining the width of a string for…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,080 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,579 questions
asked 2024-06-11T00:42:42.9533333+00:00
Ben 30 Reputation points
commented 2024-06-18T15:10:06.6466667+00:00
Ben 30 Reputation points
2 answers One of the answers was accepted by the question author.

I did not receive a discount code to use after completing the Virtual Training Day for M365 Fundamentals

I completed both days of the Virtual Training Days for Microsoft 365 Fundamentals and I have not received the discount code. I have received no communication that I even completed the training.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,052 questions
asked 2024-06-18T14:47:40.68+00:00
Allie Guerrero 0 Reputation points
answered 2024-06-18T15:04:40.3+00:00
Allie Guerrero 0 Reputation points
1 answer One of the answers was accepted by the question author.

Custom domain setup verified, no emails being sent or received

Please could someone help me out? I'm trying to set up an email with custom domain name. I have a "Microsoft 365 business basic" license and have verified the custom domain in Azure. Assigned the email address, but not able to receive or send…

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.
4,109 questions
asked 2024-06-14T11:32:44.9766667+00:00
Neil W 20 Reputation points
accepted 2024-06-18T14:58:41.28+00:00
Neil W 20 Reputation points
1 answer One of the answers was accepted by the question author.

How is OData used in a recommendation engine search?

Hi all; This is a follow-up to the question Creating a Recommendation Engine. Grace suggests using OData to search for text. Q2: Each event has 1 Interest and 0-N Tags. The correct way to do this is to have a feature for each Interest & Tag and the…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
802 questions
asked 2024-06-13T19:31:47.6133333+00:00
David Thielen 2,446 Reputation points
accepted 2024-06-18T14:55:38.24+00:00
David Thielen 2,446 Reputation points
3 answers One of the answers was accepted by the question author.

How to get excel sheet names dyanamically in azure data factory.

Currently I have an Excel file that has multiple worksheets (over 11). This Excel file currently lives in on premise. I am trying to use Azure Data FactoryV2 to get the multiple tab names dynamically. I am not assuming that I will know the sheet…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,906 questions
asked 2022-08-30T07:11:57.887+00:00
Rohit Sawane 46 Reputation points
answered 2024-06-18T14:52:47.3966667+00:00
Prudhvi Thotapalli 0 Reputation points
1 answer One of the answers was accepted by the question author.

What are: Vectors, Keywords, Parameters, etc.

Hi all; This is a follow-up to the question Creating a Recommendation Engine. I asked, and Grace answered: Q1: I think I need to create vectors of every user and every event. Both have a fair number of boolean and numeric properties (that's…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
802 questions
asked 2024-06-13T19:30:27.5933333+00:00
David Thielen 2,446 Reputation points
accepted 2024-06-18T14:52:14.89+00:00
David Thielen 2,446 Reputation points
2 answers One of the answers was accepted by the question author.

Save file from somebody to my web Blazor.I try browse in internet but not found how to start write the code.Let said put that file int TextBox and then need to upload,,How

@page "/" @rendermode InteractiveServer @inject NavigationManager Navigation <PageTitle>Home</PageTitle> <h1>Hello, world!</h1> Welcome to your new app. <p></p> @foreach (var image in images) { <div…

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,456 questions
asked 2024-06-18T10:04:36.0633333+00:00
MIPAKTEH_1 220 Reputation points
commented 2024-06-18T14:48:06.76+00:00
MIPAKTEH_1 220 Reputation points
1 answer One of the answers was accepted by the question author.

Received an e-mail from Microsoft Azure saying that we cancelled our subscription

Received an e-mail from Microsoft Azure saying that we cancelled our subscription and they have disabled our services. I need to do what to do about this, because we don't want our data to be deleted

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,217 questions
asked 2024-06-14T17:37:25.4066667+00:00
Carlos Hernández Osorio 20 Reputation points
edited the question 2024-06-18T14:39:02.2966667+00:00
Ryan Hill 26,856 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Getting "Resource Not Found" while using OpenAIClient.

I'm having trouble using C# API. Details below. API request - OpenAIClient client = new OpenAIClient(  new Uri('https://srch.openai.azure.com/openai/deployments/SRCH/completions?api-version=2022-12-01 '),  new AzureKeyCredential('xxx'));   …

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,452 questions
asked 2023-06-27T18:21:15.0033333+00:00
Alex Mirzayanov 20 Reputation points
commented 2024-06-18T14:37:31.1+00:00
Demo Beinf 0 Reputation points
1 answer One of the answers was accepted by the question author.

SharePoint folder sharing to external users inconsistent (no external users are created)

Hello Issue: a) We'd like to share a SharePoint Folder from MS365 Tenant A to a user in MS365 Tenant B. (= to an external user) b) The user in Tenant B should be able to sync that folder to his PC using the OneDrive client which - as far as I know -…

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.
4,109 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,035 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,130 questions
asked 2024-06-17T18:04:30.12+00:00
david-cslu 66 Reputation points
edited a comment 2024-06-18T14:33:21.31+00:00
david-cslu 66 Reputation points
1 answer One of the answers was accepted by the question author.

What are the best ways to utilize Microsoft 365 to become a Microsoft Innovative Educator Expert?

how can I use Microsoft in best way to become MIEE

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.
4,109 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,388 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,854 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,035 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,002 questions
asked 2024-06-14T08:10:14.2533333+00:00
Verdha Abid 20 Reputation points
edited the question 2024-06-18T14:22:46.6666667+00:00
PRADEEPCHEEKATLA-MSFT 82,356 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Error 3002: Problem in mapping fragments in .EDMX

I have only one table in model's .edmx file. I updated the table in SQL Server by adding a column to it, opened up the .edmx file and used "update Model from Database" to update. The updated .edmx does show newly added field but I get a…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,370 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,080 questions
asked 2024-06-18T06:04:21.64+00:00
Malam Malam 226 Reputation points
commented 2024-06-18T14:22:37.8233333+00:00
Soaad Nahas 0 Reputation points
1 answer One of the answers was accepted by the question author.

Missing info about how to create a default community health file

Module "Manage sensitive data and security policies within GitHub", page "Setting security policies", section "Other default community health files" says: "GitHub uses and displays these default files for any…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
19 questions
asked 2024-06-18T06:42:14.8966667+00:00
Carlos Quintero 60 Reputation points
accepted 2024-06-18T14:09:55.3966667+00:00
Carlos Quintero 60 Reputation points
1 answer One of the answers was accepted by the question author.

Are appRoleIds ever allowed in preAuthorizedApplications?

According to https://learn.microsoft.com/en-us/graph/api/resources/preauthorizedapplication?view=graph-rest-beta, "In some rare cases, an identifier listed in the permissionIds property may refer to an app role (from the service principal's appRoles…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,083 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,130 questions
asked 2024-06-06T06:12:32.37+00:00
James Morton 20 Reputation points
commented 2024-06-18T14:04:00.9566667+00:00
James Morton 20 Reputation points
4 answers One of the answers was accepted by the question author.

A device attached to the system is not functioning - User changing password

I have set up windows Server 2016 Standard with GUI and installed AD DS and promoted to a Domain controller , I have created a TestUser1 account and unchecked :User must change password at next login I have created a TestUser2 account and checked…

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,941 questions
asked 2020-07-27T17:13:32.97+00:00
Peter Rietmann 106 Reputation points
edited a comment 2024-06-18T14:03:20.4233333+00:00
DX 0 Reputation points
1 answer One of the answers was accepted by the question author.

Does Microsoft 365 Basic's Outlook have File-->Import/Export (.pst) Provision?

Hi, I am to transfer all my emails from University Account that operates with MS Office 365 Outlook (Syracuse Univ., NY). I have been suggested Microsoft 365 Personal. As I have Office Home version, I would go with Microsoft 365 Basic. I have a question:…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,230 questions
asked 2024-06-18T06:10:07.1266667+00:00
Boray Sudhindra Deepaksubramanyan 0 Reputation points
commented 2024-06-18T13:57:02.79+00:00
Boray Sudhindra Deepaksubramanyan 0 Reputation points
2 answers One of the answers was accepted by the question author.

URGENT - TENANT LOCKOUT - FAULTY CONDITIONAL ACCESS POLICY

We have been locked out of our tenant for almost 4 days due to a faulty conditional access policy. I have reported the case and requested urgency and answers countless times to Microsoft support, none of whom seemed to understand the urgency of the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,130 questions
asked 2024-06-14T21:31:53.3966667+00:00
Sergio Marfil 0 Reputation points
accepted 2024-06-18T13:54:22.53+00:00
Sergio Marfil 0 Reputation points
1 answer One of the answers was accepted by the question author.

How do I read the original pdf file in the associated blob data source in a custom WebApiSkill after enabling "Allow Skillset to read file data" in the indexer

I see the following under my indexer settings: When hovering over it I see the following: True means the original file data obtained from your blob data source is preserved. This allows passing the original file to a custom skill, or to the Document…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
802 questions
asked 2024-06-11T10:54:31.4666667+00:00
Mikel Broström Zalba 20 Reputation points
accepted 2024-06-18T13:50:55.43+00:00
Mikel Broström Zalba 20 Reputation points