55,663 questions

Sort by: Updated
0 answers

How do I fix my gift I gifted my friend a add-on but he didn't receive it

Pls help me

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,882 questions
asked 2024-06-10T16:25:51.54+00:00
Anthony Joe 0 Reputation points
edited the question 2024-06-11T01:30:10.54+00:00
Jiale Xue - MSFT 40,871 Reputation points Microsoft Vendor
0 answers

How to resolve the Google rejection due to no PTR from Outlook.com address.

I am trying to send an email to a Gmail account and the email is being rejected due to no PTR record. I have tried several times. It only happens with Gmail. When sending the email from an outlook.com address I receive this message "Your message…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,190 questions
asked 2024-06-03T10:31:31.9766667+00:00
Richard Donkin 1 Reputation point
commented 2024-06-11T01:25:27.52+00:00
Faery Fu-MSFT 17,636 Reputation points Microsoft Vendor
0 answers

how can i make " import graphing "work on the Introduction to data for machine learning unit 5 sandbox?

In the Introduction to data for machine learning unit 5, i cant get the 3rd cell to work properly. Its is showing the import graphing line as error, or showing TypeError: MathJax.Hub is undefined when i change the kernel to azureml_py38. It is showing…

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,122 questions
asked 2024-06-10T20:15:01.0833333+00:00
sifatul supto 0 Reputation points
commented 2024-06-11T01:24:57.09+00:00
AmaranS 3,025 Reputation points Microsoft Vendor
0 answers

RemoteCertificateValidationCallback is triggered multiple times

Hi All, We have a WPF application built on .Net Framework 4.8. We are using HTTPs protocol to connect to a device to execute a few commands. We use the RemoteCertificateValidationCallback for validating the certificate. Initially, we open an Https…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,692 questions
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,455 questions
asked 2024-06-10T11:56:43.8033333+00:00
S Abijith 346 Reputation points
edited the question 2024-06-11T01:23:10.18+00:00
Jiale Xue - MSFT 40,871 Reputation points Microsoft Vendor
0 answers

Azure ARC extended security update

Hi, I have one query. Can anyone help me on this. Suppose If i activate extended security update (ESU) license in azure arc with 8 physical cores for data center edition. Then i add two vms one with 4 core and one with 8 core. In this case which VM will…

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
354 questions
asked 2024-06-11T01:18:43.1366667+00:00
siva 20 Reputation points
0 answers

RDLC Files Not Automatically Deploying to Azure App Service

Hello, I'm experiencing an issue with deploying RDLC files in my project to Azure App Service. Here are the details: Project Setup: My RDLC files are included in the project with the following settings: Build Action: Content Copy to Output Directory:…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,124 questions
asked 2024-06-10T09:18:28.8833333+00:00
Omkar Pawar 0 Reputation points
edited the question 2024-06-11T01:13:55.86+00:00
Lan Huang-MSFT 27,476 Reputation points Microsoft Vendor
0 answers

Excel shape resizes when moved

I am having issue with this code below. I am attempting to copy and paste a shape to certain position. When I adjust the .top and .left property of the copied shape the height and width get altered slightly from the original. Why is the shapes height and…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,579 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,627 questions
asked 2024-06-10T16:47:21.37+00:00
Patrick 0 Reputation points
edited the question 2024-06-11T01:09:36.9266667+00:00
Emi Zhang-MSFT 22,796 Reputation points Microsoft Vendor
0 answers

Use same VisualStateGroup in all different ListViewItem style

Hello everyone. I'd like to make my VisualStateGroup unique for all ListViewItem, so that any ListViewItem style, even different, can use the same VisualStateGroup, without repeating in the ListViewItem style. Declare the VisualStateGroup once and all…

Universal Windows Platform (UWP)
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,455 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
776 questions
asked 2024-06-07T09:38:18.44+00:00
Anderson Rodrigues Cavalcante 271 Reputation points
edited a comment 2024-06-11T00:55:01.65+00:00
Roy Li - MSFT 32,646 Reputation points Microsoft Vendor
0 answers

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,025 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,574 questions
asked 2024-06-11T00:42:42.9533333+00:00
Ben 0 Reputation points
0 answers

Missing certificate in my profile

I couldn't find the complete certification in my profile. Also, attaching the certificate for reference. Please review and link the certificate to the account. I have to renew the certificate ASAP. please help with it.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,882 questions
asked 2024-06-10T20:58:02.8966667+00:00
Sowmya Veeramally 0 Reputation points
commented 2024-06-11T00:42:21.9133333+00:00
AmaranS 3,025 Reputation points Microsoft Vendor
0 answers

Azure OpenAI Seed parameter

I am using the AzureOpenAI module and the client.chat.completions.create() function to generate responses. My goal is to receive the same answer each time I ask the same question, ensuring replicable results. I noticed there's a 'seed' parameter that…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,403 questions
asked 2024-06-11T00:41:08.9633333+00:00
김봉기 0 Reputation points
0 answers

How to stop sql_generate_invisible_primary_key generation when migrating Access database to Azure MySQL

After import of Access table to Azure MySQL instance database, an invisible primary key is automatically generated. 'SHOW VARIABLES LIKE "sql_generate_invisible_primary_key";' shows 'ON'. Trying to 'SET GLOBAL sql_generate_invisible_primary_key…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
739 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
319 questions
asked 2024-06-10T21:07:18.86+00:00
GScavello 0 Reputation points
edited a comment 2024-06-11T00:37:39.2366667+00:00
GeethaThatipatri-MSFT 28,377 Reputation points Microsoft Employee
0 answers

Unable to provision Communication Service: There was an issue accessing storage, please ensure defaultRollout has completed.

Background: Last week, I created a Communication Service and was unable to find any local phone numbers that could receive SMS. I deleted the resource. Today, I tried to create another Communication Service to see if phone numbers have become…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,034 questions
asked 2024-06-11T00:22:25.8466667+00:00
Wyatt Best 26 Reputation points
0 answers

Why when I run a program it prints ^C in the terminal and then the program run?

I had a problem when I was trying to run a program the terminal was closing and it was showing me this exit code: -1073741819 I did some research and I fixed it by running a command in cmd: sfc /scannow. But now when I run a program it does 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,455 questions
asked 2024-06-10T23:52:55.43+00:00
Snowfon 0 Reputation points
commented 2024-06-11T00:00:24.3666667+00:00
Snowfon 0 Reputation points
0 answers

DeviceWriteback Sync rules editor question

I want to use Device Writeback to sync back AzureAd devices back to on premise AD. When i set it up, it syncs back all devices, even devices that are currently in AD, thus creating duplicates. I need to filter the sync back to only include AzureAd…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,034 questions
asked 2024-06-10T23:46:15.4666667+00:00
James Meszaros 0 Reputation points
0 answers

Vector Database, Cosmos DB Container. Vector and Indexing policies.

Hello guys, I'm going nuts on this one. I'm trying to build an Azure Cosmos DB Container with the Vector feature, I have enabled the feature of Vector Search for NoSQL API (preview). I first tried to create the container in Azure portal and then…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,485 questions
asked 2024-06-07T15:21:21.2033333+00:00
Anders Blomkvist 0 Reputation points
commented 2024-06-10T23:39:31.1566667+00:00
Oury Ba-MSFT 16,986 Reputation points Microsoft Employee
0 answers

Problem creating the App Service and the MySQL Database

Good morning, I'm having a problem creating my Azure App Service and MySQL database. When I try to create them through the Azure portal, the deployment process gets stuck and doesn't progress. I've waited a long time, but it seems the deployment never…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
739 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,124 questions
asked 2024-06-07T09:37:39.13+00:00
Mamadou Oury BARRY 50 Reputation points
commented 2024-06-10T23:37:47.7266667+00:00
Mamadou Oury BARRY 50 Reputation points
0 answers

I received a certificate for completing a module but its not under acheivements

I received a certificate for completing a module once I finished the quiz, but its not under achievements for me to save as a pdf to upload into canvas. Pic of certificate and achievements with Teaching Pt1 missing. Thank you Kristin Holt

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,055 questions
asked 2024-06-10T23:03:19.8633333+00:00
Kristin Holt 0 Reputation points
commented 2024-06-10T23:21:41.26+00:00
TP 80,666 Reputation points
0 answers

Using Azure Synapse Analytics - can I use External Tables created using SQL Serveless pool in my Pipelines or data flows?

Hello - I have chosen Azure Synapse analytics tool as the ETL tool. Here's the scenario: Copy data from oracle OCI to Azure Data lake storage Want to use SQL serverless pool to extract data from Data lake Storage and transform it and store into…

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,528 questions
asked 2024-06-04T13:15:37.9933333+00:00
Xhevahir Mehalla 100 Reputation points
commented 2024-06-10T23:20:47.28+00:00
BhargavaGunnam-MSFT 28,076 Reputation points Microsoft Employee
0 answers

Authenticator not linked to Admin Account

I am trying to log into my very small business admin account, but the 2FA keeps sending me to Authenticator, which doesn't seemed to be synced for the Microsoft admin account. I am in a vicious circle of trying to fix it, but can't because everywhere I…

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,778 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,027 questions
asked 2024-06-07T17:43:22.9766667+00:00
Steven @Pulse Management 5 Reputation points
commented 2024-06-10T23:14:31.2533333+00:00
Nathan E 0 Reputation points