293,578 questions

Sort by: Updated
1 answer

How to set up a free trail account for azure?

Iam contacting with respect to the creation of a free trial account.I have created a free trial account with my personal mail for study purpose. Now my friend setted up another account for his study purpose with his personal mail.But the debit card…

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,006 questions
asked 2024-05-22T15:53:34.43+00:00
Rufaid P 0 Reputation points
answered 2024-05-24T14:54:27.3666667+00:00
Babafemi Bulugbe 2,190 Reputation points MVP
1 answer

Dataset format needed for azure blob storage

How do I select what format is right for me while moving documents from SQL Server to Azure blob storage using Azure Data Factory pipeline? The existing documents in the Blob storage show the type as Block Blob, but it doesn't show the format. I need to…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,489 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.
12,894 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2024-05-24T13:53:47.7833333+00:00
Reema DSouza 0 Reputation points
edited a comment 2024-05-24T14:54:20.4+00:00
Reema DSouza 0 Reputation points
2 answers One of the answers was accepted by the question author.

Mixing net standard and visual c++

Hello Using VS 2017, can one have both net standard 2.0 and visual c++ projects in the same solution with the net standard project referencing the visual c++ project (.vsxproj)? If I create one solution containing two projects of this kind using VS 2017…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,459 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,562 questions
asked 2024-05-21T08:47:24.7566667+00:00
Flade, David 0 Reputation points
commented 2024-05-24T14:49:26.4533333+00:00
Flade, David 0 Reputation points
1 answer

"No result available for stream" error when performing join and previous step uses cached lookup

I have a data flow where I look up and cache rows that have been updated as part of an ETL pipeline. I then want to join that updated data with the existing data in the target database. The problem seems to be that when doing the join operation the part…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2022-06-23T20:01:38.977+00:00
John Neubecker 6 Reputation points
commented 2024-05-24T14:47:40.7966667+00:00
John Neubecker 81 Reputation points
1 answer

Error creating a Vector_index in Azure ML Prompt_flow: DeploymentNotFound: A valid deployment for the model=text-embedding-ada-002 was not found in the workspace connection=aoai-rg-shd-prop-ml-brazilsouth provided.

The following error is occurring when creating a Vector_index in Azure ML Prompt_flow: DeploymentNotFound: A valid deployment for the model=text-embedding-ada-002 was not found in the workspace connection=aoai-rg-shd-prop-ml- brazilsouth provided. Both…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,611 questions
asked 2024-05-24T12:24:39.23+00:00
Rafael Vasconcelos Costa Machado 0 Reputation points
answered 2024-05-24T14:44:38.7966667+00:00
Rafael Vasconcelos Costa Machado 0 Reputation points
3 answers

Function App

Hi, We have deployed azure function app on java platform. This function app will need to connect an internal service URL hosted on-prem. I would like to know how do we setup the communication from function app hosted in azure to on-prem service ? What…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,381 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,201 questions
asked 2024-04-13T05:10:50.6433333+00:00
Sourav 80 Reputation points
answered 2024-05-24T14:44:03.84+00:00
Pinaki Ghatak 2,400 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to resolve "An unhandled error has occurred. Reload 🗙" in Blazor application?

I am encountering this error consistently while executing my Blazor file. I reinstalled Visual Studio in case of missing files, but it did not work. I also tried creating Blazor files both from CLI and VS, but the error persists.

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,420 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,695 questions
asked 2024-05-24T05:48:47.9466667+00:00
Hassan Raza Khan 0 Reputation points
accepted 2024-05-24T14:43:08.19+00:00
Hassan Raza Khan 0 Reputation points
3 answers

Date column in sink table is getting NULL values

Hi, I have two fields in my source .csv file which is Date1(format- YYYYMMDD) and Date2(format- YYYYMMDD), I have corresponding table in my SQL database with the same fields with data type as datetime2. Now I am trying to load the data from my source…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2024-04-04T13:50:00.5366667+00:00
Harshita Vishwakarma 45 Reputation points
answered 2024-05-24T14:39:32.4666667+00:00
Pinaki Ghatak 2,400 Reputation points Microsoft Employee
3 answers

Correct dimensions for Sharepoint page title image

What are the correct dimensions for a title image on a Sharepoint page? My current picture is being cut off, and I am unable to determine the correct dimensions to avoid distortion based on the browser and other factors.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,857 questions
asked 2024-04-23T12:08:35.7733333+00:00
Rosabella Bojin 0 Reputation points
answered 2024-05-24T14:38:05.6966667+00:00
Scott Olson 6 Reputation points
1 answer

CalendarView Graph API returns empty response for Office365 calendar

GET /me/calendar/calendarView?startDateTime={start_datetime}&endDateTime={end_datetime} API gives empty result as: { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('user%40outlook.com')/calendarView", …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,834 questions
asked 2021-01-23T09:43:33.247+00:00
Yogesh Hole 6 Reputation points
edited an answer 2024-05-24T14:35:42.1133333+00:00
Pfeiffer Andreas - UCI 150 Reputation points
3 answers

How to read the file which has more than 4MB

Hi All, This is a critical requirement which needs to be completed as soon as possible, and I'm currently at a loss for solutions. The task involves converting a CSV file to base64, encrypting it, and then sending it downstream. Initially, I considered…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2024-04-05T12:02:21.8166667+00:00
Jaganath Kumar 105 Reputation points
answered 2024-05-24T14:34:55.1833333+00:00
Pinaki Ghatak 2,400 Reputation points Microsoft Employee
1 answer

I cant find my certification MS - 102 to downlod

i cant see certification to download. only its showing exam passed

Microsoft 365 Publishing
Microsoft 365 Publishing
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line. Publishing: The process of preparing, producing, and releasing content for distribution or sale.
600 questions
asked 2024-05-24T14:31:04.1+00:00
Sagar K L 0 Reputation points
answered 2024-05-24T14:33:28.4466667+00:00
Sagar K L 0 Reputation points
2 answers

End condition for pagination rules for copy activty in Azure Data Factory

Dear Azure Community. I would ask you about pagination rule for rest api in copy activities In Azure Data Factory. Task description: We have pipeline for loading data from application using rest API, and in this rest api end condition is when bookmark…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2024-04-17T15:17:25.48+00:00
Gulermak Reports 0 Reputation points
answered 2024-05-24T14:32:00.1433333+00:00
Pinaki Ghatak 2,400 Reputation points Microsoft Employee
2 answers

Windows 11 | Computer says i have no internet connection (Wi-Fi and Ethernet), yet i am connected.

Hi! I have an issue with my internet, both Ethernet and Wi-Fi, where it says i'm not connected to internet yet i can browse the web, play online games and other things requiring internet. I am unble to update windows through the windows update tool, i'm…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,416 questions
asked 2024-01-05T11:19:17.0766667+00:00
Jørgen Sandberg 25 Reputation points
commented 2024-05-24T14:31:33.3233333+00:00
Helping hand 0 Reputation points
1 answer

Microsoft Entra External ID - Federation with EntraID and impersonation feature

I'm in the process of deciding which identity server/service to integrate with a set of applications. Since Azure AD B2C it's being replaced I'm not inclined to start with that service. On the other hand, EntraID External tenant do not currently support…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,678 questions
asked 2024-05-20T14:15:32.5233333+00:00
Gabriele Ghesla 21 Reputation points
commented 2024-05-24T14:27:02.4466667+00:00
Navya 4,770 Reputation points Microsoft Vendor
1 answer

Onedrive on my 2012R2 server keeps signing in, never stops nor completes the sign-in

I noticed that Onedrive on my 2012R2 server stopped syncing the files. I restarted Onedrive and the the signin never ended. Upgraded 2012R2 as well as Onedrive on 2012 R2. Removed Onedrive from 2012R2, reinstalled it. Same problem, it keeps singing…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,285 questions
asked 2024-05-22T12:28:50.8833333+00:00
Adrie de Regt 0 Reputation points
commented 2024-05-24T14:27:00.4466667+00:00
Cezary Szymaś 0 Reputation points
3 answers

How to upload 25GB files into Azure blob storage from an Azure App Services

Hi All, my customer wants to upload a 25 GB zip file from a REACT application exposed through an application gateway.  My initial thought was to use the BLOB SDK in the REACT app and upload it to an Azure storage account using a SAS token. However, this…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,489 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2024-04-17T16:19:52.28+00:00
Shiva Sadayan 41 Reputation points
answered 2024-05-24T14:26:27.76+00:00
Pinaki Ghatak 2,400 Reputation points Microsoft Employee
1 answer

GIT Hub EOC APP

Hello, I have a question; I'm deploying the EOC Teams app from git hub https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/wiki/Deployment-Guide on step 4. I'm adding the Redirect URI but im a bit confused as it states to add the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,846 questions
asked 2024-05-17T19:20:36.15+00:00
Gustavo Salcedo 20 Reputation points
commented 2024-05-24T14:26:05.9333333+00:00
Navya 4,770 Reputation points Microsoft Vendor
1 answer

Azure Storage Account Static Website Custom Domain with Azure Front Door

Hi, currently I want to assign a custom domain to my Azure Storage account's static website. Users sign in through B2C and then perform actions such as downloading and uploading blobs through an Azure Function in APIM. I was following this link and…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,805 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,381 questions
Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
595 questions
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,754 questions
asked 2024-05-24T13:25:10.1366667+00:00
hampton123 1,055 Reputation points
answered 2024-05-24T14:25:58.1366667+00:00
Amrinder Singh 3,255 Reputation points Microsoft Employee
2 answers

Unable to Send Email Messages using Microsoft.Exchange.WebServices Library

Hello! I've been using Microsoft.Exchange.WebServices 2.2.0 library to send emails from my C# application for a couple of years and have not been changed my code for a long time. It worked seamlessly but yesterday I started constantly getting the…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,108 questions
Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
518 questions
asked 2024-05-22T19:05:03.85+00:00
Ihor Kuliiev 96 Reputation points
commented 2024-05-24T14:25:54.0866667+00:00
Rob F 0 Reputation points