Questions tagged [azure]

Microsoft Azure is an innovative platform that combines the power of Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) models to offer top-notch cloud computing solutions. This versatile cloud computing platform is perfect for tackling complex programming challenges in Azure. For more general server assistance, head over to Newtab Q&A or Newtab Q&A, where experts are readily available to provide support.

"Encountering issues when trying to access private npm packages on Azure DevOps

I am currently facing a challenge with Azure DevOps while working on my node application. The issue arises when private npm packages encounter a 401 error during the npm install process in the pipeline. To address this, I have tried configuring an addition ...

`Angular application having trouble loading Azure Maps`

Hey there! I'm currently working on integrating Azure Maps into a basic Angular application. The error message I encountered is shown below. Any insights on why this might be happening and what steps can be taken to resolve it? atlas.min.js:2509 Error: A ...

Are there any npm packages pre-installed in Azure functions? If there are, how can I verify their presence?

As I work on building my Azure function locally using WebStorm/PHPStorm, I am curious about if there are any pre-installed npm packages readily available in the cloud for Azure functions. It can be quite cumbersome to include all necessary packages each ...

Nuxt Authentication token parameter

Hey everyone, I'm currently facing an issue with sending a request for a token using the @nuxtjs/auth-next module in NuxtJS. Everything is working fine, but I am having trouble sending the client_secret parameter in the authorization request to AZURE AD. H ...

Converting Basic JSON Data into an SQL SELECT Query

Presented is the subsequent JSON data: DECLARE @json NVARCHAR(MAX) SET @json = N'[ {"@odata.context":"http://www.example.com","value":[ {"financialmovements_ID":1,"Data":"2020-02-10T00:00:00Z","ES":"E","Descri\u00e7\u00e3o":"FIV-005 3& ...

Having trouble locating node_modules post deployment?

Although the title may lead you astray, please stay with me for a moment. I've created a basic Angular2 application in Visual Studio 2015 and have now deployed it to Azure. While having node_modules in the development environment worked perfectly fine, I ...

Browsing data privacy is crucial, which is why I have decided to operate both servers on the same port to ensure that cookies are

In my project, the front end is built with Next.js and the backend uses Express and Node.js. These projects are currently running on different ports - the frontend on port 3000 and the backend on port 8080. While everything works fine locally and cookies a ...

An Angular application running on an Azure App Service experiences crashes exclusively when accessed through the Chrome browser

My webapi/angular site is hosted on the same Azure app service, with authentication token and other APIs located at /site/api and the angular app at /site/app. Everything works fine on our staging environment, which is a Windows 2012 VM with IIS 7. The an ...

Deploying a pair of GitHub repositories to a unified Azure web application

Although this isn't exactly a technical question, I couldn't find a more appropriate stackexchange site for it. Recently, I made the move to Azure for deploying my backend web applications and APIs. I discovered that it's possible to deploy multiple web s ...

How can I retrieve the Azure subscription IDs of the currently logged in user using @azure/msal-angular?

I successfully authenticated a user using @azure/msal-angular and received the id_Token, access_Token and tenant Id. Now I am looking to retrieve the logged in user's azure subscriptions. Is there a way to achieve this through msal or are there any JavaS ...

Create a continuous integration pipeline utilizing Azure DevOps platform

During my attempt to create a React application, I encountered an error while building the Azure pipeline using Azure DevOps. View the error image from the Azure pipeline in Azure DevOps The code for the azure-pipeline.yml file can be found in my GitHub ...

Securing a Node.js server with Azure AD OAuth 2.0

I recently developed a server in node.js and successfully deployed it to Azure WebApp. Now, I am looking to implement service-to-service authentication using Azure AD OAuth similar to this example. I have previously configured this on another WebApi serv ...

Parsing JSON file using U-SQL

Can anyone assist with parsing this Json file using USQL? I keep encountering errors. Json file@ {"dimBetType_SKey":1,"BetType_BKey":1,"BetTypeName":"Test1"} {"dimBetType_SKey":2,"BetType_BKey":2,"BetTypeName":"Test2"} {"dimBetType_SKey":3,"BetType_BKey" ...

An issue has occurred on the Windows Azure App Service: It is recommended to manually install the sqlite3

I'm facing a challenge while attempting to run my web app on a Windows Azure App Service. The back-end of my app is developed in Node.js/Express using TypeScript (compiled with tsc, not Webpack) and integrates Sequelize to connect to a SQLite 3 database s ...

The conflict between Apple App Site Association and an angular route is causing issues

Can someone provide guidance on setting up an iOS app link to work with Angular? My goal is to include a link in emails sent to users that will open the app if it's installed. I've placed a file named 'apple-app-site-association' witho ...

What is the mechanism by which a callback function operates in conjunction with Azure Blob's createReadStream method for streaming

I have a function that successfully retrieves a stream object containing a blob from Azure Storage: module.exports.readFileToStream = function(fileSpec, callback){ return blobService.createReadStream(fileSpec.container, fileSpec.file, function(err, res ...

Having trouble deploying my React application on Azure Static Web Apps. Getting these error logs from Github actions:

Things were going smoothly until a series of warnings popped up: npm WARN deprecated <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="621551014f0a104f160b0f0722534c524c50">[email protected]</a>: Use your platform's ...

Encountering a faulty handshake or ECONNRESET error connection in Azure Mysql while using

Issues with connecting to a mysql database hosted in Azure using an express.js app and KNEX have been troublesome. While I can successfully connect to the database from the console command or mysql workbench, my node app fails to do so. The connection ob ...

Azure Machine Learning dataset creation seems to be stuck in an endless loop

I'm facing an issue while attempting to generate a Dataset from a data store using Azure ML. The process seems to hang indefinitely without completion. Below is the code snippet I'm running, derived from Microsoft's documentation: import az ...

The JsonConverter and EntityData are essential components for processing and

My Azure web service is set up with a database-first EF approach. One of the entities that I have defined in Azure is as follows: public class Company : EntityData { public string CompanyName { get; set; } } This entity inherits the Id property from ...

.NET and Azure integration for asynchronous HTTP requests

My Ajax function is running smoothly on my local machine when the site is accessed locally. However, an issue arises when deploying it to Azure - if one of the parameters contains a line break, I get an error message: "The specified URL cannot be found", i ...

Guide on Generating SAS Token for Azure Table Storage in a jQuery Application

I am currently working on a jQuery web application that requires read-only access to an Azure Table Storage, fetching one record at a time by passing in the PartitionKey and RowKey. To simplify my code, I have integrated the Azure Storage JavaScript Client ...

The poster image functionality in videos is experiencing issues after updating to version 1.5.0 of the Azure Media Player

I've encountered a strange issue after updating my azure media player to version 1.5.0 - it's not displaying the poster image like it did in version 1.3.0. Below is the code I'm currently using: <div class="marginBlock" id="mediaPlayer" ...

The installation of msal-angular is encountering issues with the peer rxjs version "^6.0.0" from @azure/[emailprotected]

I am attempting to incorporate @azure/msal-angular for Azure B2C authentication with Angular as the front end, but encountering errors during package installation. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ...

Error in the distribution of Azure BitBucket data

After acquiring a Visual Studio MSDN subscription on the Microsoft Azure Platform, I made the decision to migrate my Heroku Applications to the Azure cloud. I had 3 applications developed in NodeJS and 1 application in PHP. While I successfully deployed ...

Exploring all Azure assets with NodeJS

I've been working on using the Azure SDK for JavaScript to list all resources within an Azure subscription. My current approach involves authenticating with the @azure/ms-rest-nodeauth package and then utilizing the ResourceManagementClient from the @ ...

User account management in AngularJS web services

My latest project involves developing a web application on Azure. The backend is powered by a web API service while the frontend is supported by AngularJS, both hosted on Azure. I am now looking to implement a login page with individual user accounts, but ...

The JWT token contains a HasGroup parameter set to true, however, the roles values are missing from the claims

I recently made some changes to the group claims in my Azure AD app's token configuration. While I can see a value of hasGroup: true in my token, I am not able to view the actual list of groups. Can someone please assist me with this? "claims" ...

Access and play audio files from a blob storage using Azure Functions in a React application

I have been working on integrating an audio file from azure storage into my react app using the react-h5-audio-player library. Below is the code snippet of my azure function: import { AzureFunction, Context, HttpRequest } from "@azure/functions" ...

Tips on executing npm commands on Azure app service following a successful deployment via VSTS?

While I've successfully deployed from VSTS to Azure, I'm facing an issue with running npm after the deploy is complete. The current process involves running npm install for branch files, zipping them, copying to Azure, and deploying. However, I ...

Access Tokens in Azure API Application are not authorized to create contacts

Encountered an error with code NoPermissionsInAccessToken while attempting to create contacts using Application Permission in Microsoft Azure. You can view my code here: , and see what I am passing through here: http://prntscr.com/p6uiwx. ...

Encountered an issue when attempting to deploy ASP.NET Core / Angular app to Azure from Github repository

After creating a default project using dotnet new angular -o Homepage4, I ran the project with dotnet run and everything worked fine. I then saved the project to my GitHub repository. Now, I want to build my Azure site from the GitHub repository. In my Az ...

Present the Azure OCR results in a systematic order that follows the reading direction

After running a JSON read-script from Azure OCR, I received the following output: # Extracting word bounding boxes and associated text. line_infos = [region["lines"] for region in analysis["regions"]] word_infos = [] for line in line_in ...

Search for Azure Time Series Insights (TSI) data insights

Is there a way to access real-time data from Azure TSI using the TSI query API? I am currently utilizing the TSI JavaScript Client library, which provides two wrappers for the Query API. However, these wrappers only allow me to retrieve aggregate data li ...

I am curious to know if anyone has had success using Azure AD to verify user identities for a Node.js based web

Struggling to implement Azure Active Directory for user authentication in my node.js web application, but hitting roadblocks. Has anyone managed to make this work? The documentation is lacking clarity, with example code but no clear guidance on required p ...

Utilizing DocumentDB with a Proxy in NodeJS: Step-by-step Guide

When working with NodeJS and trying to connect to a Cosmos DB using the Documentdb library, I encountered an issue as described in the getting starter of the azure documentation's TODO List Example. You can find the tutorial here. The connection code I us ...

`How to Create a Custom URL in Umbraco CMS to Redirect to an Existing Website`

We currently have a dynamic, multi-lingual app running on Azure built with AngularJS. In order to manage some of the publicly accessible pages more efficiently, we are considering hosting another application with a content management system (CMS). Our prop ...

Differences between using json_object_set_string and json_object_dotset_string in the Azure IoT SDK

Currently, I am utilizing the Azure client IoT SDK for C. As I delve into working with device twins and modifying the desired state from the device, I find myself puzzled by the distinction between these functions: json_object_set_string versus json_obje ...

Actions in ASP Core to automatically install necessary tools for Angular2 before and after publishing, followed by the build

Our .NET Core project utilizes Angular2 as the frontend client, housed in a Frontend directory within our solution. The Frontend directory includes package.json and angular-cli.json to keep frontend separate from the rest of the .NET project. When ng buil ...

Streaming media azure does not support the use of UUID.ism

After uploading a video file with the name uuid.mp4, I encountered an issue where the trimmed uuid.ism file below was not working properly. It seems to be related to the specific naming of the UUID as when I rename it to a simpler name, the problem is reso ...

Is it possible to implement a Node.js application within an Azure DevOps deployment process?

Recently, I embarked on my journey to learn Node.js and Azure DevOps. To get a better grasp of how things function in Azure DevOps, I attempted to execute a basic Node.js example. Unfortunately, I hit a roadblock when an error surfaced, leaving me unsure a ...

Guide on deploying a personalized SDK alongside your nodejs application on the Azure platform

I have created an SDK.js to simplify the usage of my API on Azure, which is supported by my nodejs server. What is the most efficient method for deploying this SDK.js to the server so that clients can easily incorporate it into their code using a script t ...

Configuring Visual Studio Publish settings for Single Page Applications deployed on Azure

I have set up my Azure App Service and downloaded the publish profile settings to use FTP for publishing my single page app to Azure. However, I am interested in configuring this process in Visual Studio similar to how one would publish a .Net application ...

Integrate your Next.js application with Azure Application Insights by leveraging open telemetry with the help of the package @vercel/otel

While exploring the Next.js documentation, I came across a reference to utilizing the package "@vercel/otel" for OpenTelemetry configuration. Following the provided guidelines, I successfully implemented it on the client side. However, I now realize the ne ...

What are the steps to authenticate on Azure Active Directory through LDAP using node.js?

This is all new to me. My users are on AAD and I want to authenticate them using node js. Can anyone provide some guidance on where to begin and the steps to take? ...

Using Node.js to extract text from a local file on Azure using OCR technology

I recently started using the Azure OCR Service to extract text from images (https://learn.microsoft.com/de-de/azure/cognitive-services/Computer-vision/quickstarts/javascript#OCR). While things have been going smoothly so far with uploaded images, I am now ...

Python Query Azure Table Storage entities by date and time

I am attempting to execute a query to retrieve entities from an Azure table based on the Timestamp property. 1) To start, I obtain the current time in UTC: currTime = datetime.utcnow().strftime("%Y-%m-1T%H:%M:%S") 2) Proceeding with several steps to cre ...

Troubleshooting a Pulumi script in Azure using Typescript and encountering difficulties with function writing

My background is in using terraform, but now I am trying out Pulumi/typescript for the first time. In my codebase, I have two files - index.ts and blob.ts. The create function in blob.ts is responsible for creating a storage account, resource group, blob ...

Utilizing Azure Mobile Services with HTML

Is there a way to integrate my Windows Azure Mobile Services into an HTML page? I attempted to utilize the code snippets provided in the Azure portal, but unfortunately, they did not work for me. The prescribed code snippets that need to be included in m ...

Troubleshooting Azure typescript function: Entry point for function cannot be determined

project structure: <root-directory> ├── README.md ├── dist ├── bin ├── dependencies ├── host.json ├── local.settings.json ├── node_modules ├── package-lock.json ├── package.json ├── sealwork ...