289,544 questions

Sort by: Updated
4 answers

Why is the public ip range download blocked?

Hey, I use a script to download the public ip ranges from azure (https://www.microsoft.com/en-us/download/details.aspx?id=56519). If I view that URL in my browser, it displays and I am able to download the JSON. However, if I run my script that would…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,595 questions
asked 2024-05-01T11:40:10.79+00:00
karolyi 0 Reputation points
commented 2024-05-03T11:18:59.8766667+00:00
Ben Gimblett 3,410 Reputation points Microsoft Employee
4 answers One of the answers was accepted by the question author.

How can I launch my application automatically on system reboot?

Is there an API or method that I can use to make sure my application launches automatically when the system restarts? I would appreciate any help or guidance on this matter.

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
946 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,425 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,131 questions
asked 2024-05-02T13:09:11.53+00:00
Rohan Pande 290 Reputation points
edited the question 2024-05-03T11:14:31.27+00:00
MayankBargali-MSFT 68,641 Reputation points
2 answers One of the answers was accepted by the question author.

Can COM use Excel as an in-process DLL?

Hello, I would to ask about Excel COM operation.  To connect to Excel from another C++ process is well established: #import "C:\\Program Files (x86)\\Common Files\\microsoft shared\\OFFICE11\\MSO.DLL"      #import "C:\\Program Files…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,316 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,474 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,536 questions
asked 2024-05-03T10:05:47.41+00:00
masterjodi 20 Reputation points
commented 2024-05-03T11:13:46.4233333+00:00
RLWA32 40,481 Reputation points
2 answers

Backup/Restore and collation update in Azure Synapse

We have one requirement that to change the collation of Azure SQL serverless database in Azure Synapse Analytics to default collation. So I have 2 questions, 1. How to take backup and restore Azure SQL serverless database in synapse. 2. How to update…

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,393 questions
asked 2024-04-30T14:04:23.77+00:00
Shailesh Ganesh Shripati 70 Reputation points
commented 2024-05-03T11:12:06.9666667+00:00
Smaran Thoomu 9,685 Reputation points Microsoft Vendor
1 answer

CMD runs automatically and uses too much Memory

Sometimes out of nowhere the command propmt pops up and runs for few second and closes soon before closing it manually, and sum times the CMD will be runnning as a background process and will be using around a GB of RAM. I had similar issue with…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,210 questions
asked 2024-04-30T14:23:02.74+00:00
Sughosh S V 20 Reputation points
commented 2024-05-03T11:10:24.7166667+00:00
MotoX80 31,656 Reputation points
1 answer

I have asp.net mvc 5 integrated with Azure Single SignOn but I'm facing an error reply url AADSTS500112 error

{"error":"invalid_client","error_description":"AADSTS500112: The reply address 'http://test.edunet.bh/account/testredirect' does not match the reply address 'https://test.edunet.bh/account/testredirect' provided when…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,558 questions
asked 2024-04-27T16:36:35.66+00:00
Rakesh T. Sasi 0 Reputation points
edited a comment 2024-05-03T11:09:03.94+00:00
Rakesh T. Sasi 0 Reputation points
1 answer

Rest API call towards Azure Storage account (ADLSgen2) from Databricks (write to Delta) fails when Authentication is via ACL and SP

In the nutshell. I work in very sensitive and security intense environment. We have decided to use ACL (instead of RBAC/ABAC) for authorization to achieve finer control over Storage account. For our Databricks service, we use only job cluster and job is…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,711 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
946 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,937 questions
asked 2024-05-01T14:51:16.1566667+00:00
Senkyr, Oldrich 0 Reputation points
edited an answer 2024-05-03T11:03:17.1533333+00:00
Senkyr, Oldrich 0 Reputation points
1 answer

await how to prevent the next process run before the 1st process finished

Hi there, My async code like below: // 1st Process if (providerId == "1") { await Providers.Provider1.Do_ProcessAsync(token, param1, param2); } // 2nd Process await Do_Other_Process1Async(x,y,z).ContinueWith(async (c1) => { await…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,186 questions
asked 2024-05-03T04:17:23.7+00:00
Winanjaya Amijoyo 0 Reputation points
answered 2024-05-03T10:59:59.5333333+00:00
JasonPan - MSFT 4,366 Reputation points Microsoft Vendor
1 answer

When Creating Azure Function App I am stuck on the Storage page

I am not sure what's going on here. When creating an Azure Function app, I am stuck on the storage account page. The page just spins forever. Any ideas?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,293 questions
asked 2024-05-01T11:46:58.93+00:00
Mohamed Pussah 5 Reputation points
commented 2024-05-03T10:59:57.2066667+00:00
JananiRamesh-MSFT 21,321 Reputation points
1 answer One of the answers was accepted by the question author.

implementing IoT Central application

Hello, I created IoT central application and trying to implement device onboarding from IoT device source code. How could we register a device in IoT Central application with DPS Service from device source code.

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
346 questions
asked 2024-04-29T05:57:56.6166667+00:00
Gorantla Srikanth 40 Reputation points
commented 2024-05-03T10:56:32.86+00:00
Dom 1,551 Reputation points Microsoft Employee
2 answers

Issue with Microsoft Intune Support via Microsoft Partner

I am writing to seek clarification regarding an ongoing issue I am experiencing with Microsoft Intune. Currently, an external vendor is listed as the partner for my service, but I have encountered a problem with their support. Specifically, when I…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,365 questions
asked 2024-05-02T16:04:33.7966667+00:00
AZ Qureshi 0 Reputation points
answered 2024-05-03T10:55:37.2433333+00:00
Pavel yannara Mirochnitchenko 11,716 Reputation points
2 answers

How to handle driver updates with Intune when one set of computers can't utilize Intune for the driver updates

Hi, We just recently bought new devices from a new vendor. For these the recommended way to update drivers is via Intune (WindowsUpdate). For the old units we can't use this, since it messes up things badly. So for our fleet we have disabled driver…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,210 questions
Microsoft Intune Grouping
Microsoft Intune Grouping
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Grouping: The arrangement or formation of people or things in a group or groups.
40 questions
Microsoft Intune Updates
Microsoft Intune Updates
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
80 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,365 questions
asked 2024-05-03T10:42:58.0466667+00:00
Sami Tiainen 41 Reputation points
answered 2024-05-03T10:52:50.75+00:00
Sami Tiainen 41 Reputation points
2 answers One of the answers was accepted by the question author.

Power portal Power page and file storage

Hi, I m implementing Microsoft power portal Power page to share with B2C users. But I want the users to upload and download documents (multiple documents, videos, img, etc) from the source. What is the best file storage for this requirement. Thanks.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
asked 2024-05-01T12:24:36.63+00:00
Nipuna Weerasinghe 21 Reputation points
accepted 2024-05-03T10:51:21.46+00:00
Nipuna Weerasinghe 21 Reputation points
1 answer

Regarding AZ-400 Exam

I passed the AZ-400 EXAM on 11 April 2024 but I don't recieve certificate

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,131 questions
asked 2024-05-03T08:48:50.1866667+00:00
SHIVANG GARG 0 Reputation points
edited the question 2024-05-03T10:44:52.9733333+00:00
Andreas Baumgarten 96,926 Reputation points MVP
8 answers One of the answers was accepted by the question author.

How to remove US English from the Windows 10 / Office 365 forever. Permanently.

No matter what I do my computer keeps trying to use US English. I am a professional. This makes me look so stupid if I use US English in a document. I have been driven to distraction trying to remove it. I simply want US English removed from my…

Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
893 questions
asked 2020-10-30T03:18:54.823+00:00
Diana clement 46 Reputation points
commented 2024-05-03T10:44:10.83+00:00
Alan Doolan 0 Reputation points
3 answers

Microsoft Authenticator App says Denied when I Approve the authentication request

Hello, trying to set Microsoft Authenticator app for MFA on Azure work account. Going through steps (Add account -> work/ school -> scan QR -> try it). When I reach the "try it" step, it sends authentication request to App on my…

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,526 questions
asked 2022-12-06T10:49:49.3+00:00
Ondrej A 16 Reputation points
edited a comment 2024-05-03T10:43:11.58+00:00
Ondrej A 16 Reputation points
1 answer

Can Azure Container Instance be configured to pull images from a private Container Registry using managed identity?

Can Azure Container Instance be configured to pull images from a private Container Registry using managed identity? I am currently developing a CI/CD pipeline to automate the deployment of a standalone Python simulation application to the Container…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
392 questions
asked 2024-05-03T10:39:32.16+00:00
Krishnamohan Chityala 0 Reputation points
answered 2024-05-03T10:42:31.1666667+00:00
Deepanshu katara 4,980 Reputation points
3 answers

How to fill a ListView?

Dear all, I'm a beginner in C#. Could anyone tell me how to fill a ListView?

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,272 questions
asked 2024-04-30T05:22:04.94+00:00
BenTam 1,561 Reputation points
commented 2024-05-03T10:41:40.55+00:00
Karen Payne MVP 35,036 Reputation points
3 answers One of the answers was accepted by the question author.

Setup MFA for Account

Hi All i have an Azure AD account and i want to set up MFA for it. This account is a global admin account. i have logged in with this account. Microsoft Entra ID-->users--> i have selected this account. Under Authentication methods, i see two…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,897 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,558 questions
asked 2024-05-02T19:34:06.2866667+00:00
Rising Flight 3,751 Reputation points
answered 2024-05-03T10:40:17.02+00:00
Alan La Pietra (CSA) 80 Reputation points Microsoft Employee
1 answer

Azure AI Search - Loss of Sharepoint Metadata in Index after adding Skillset for Chunk and Embedding to Indexer

We are utilizing Azure AI Search Sharepoint Indexer to chat with data from our Sharepoint Document Librarys. After successful deployment, I noticed that all metadata is correct in the index. After that we want to try, vectorizing the content to improve…

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.
719 questions
asked 2024-05-03T08:48:50.9366667+00:00
009fe3 1 Reputation point
answered 2024-05-03T10:39:59.59+00:00
009fe3 1 Reputation point