Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
147 views

I have a module conModule that returns some output, e.g. output someOut string = 'test1' In another file allCon.bicep, I am iteration over the conModule: param bList array = ['t1', 'ALG-t2', 'ALG-t3']...
ibda's user avatar
  • 520
0 votes
1 answer
80 views

Azure Angular Frontend Deploy I'm trying to deploy an application to Azure and I have the error: Error Code: ERROR_COULD_NOT_CONNECT_TO_REMOTESVC and Error: Ip Forbidden (CODE: 403) This is a new ...
Silver Origami's user avatar
1 vote
1 answer
95 views

I have a LA deployment that require adding a SB queue. However the the SB is located in another resource group than the LA. So, when I call the existing the SB I use the following code: resource ...
ibda's user avatar
  • 520
1 vote
1 answer
399 views

I have a Blazor web application and several API's that I'm orchestrating with Aspire and trying to deploy to Azure Container apps using Azure Developer CLI - azd (v1.14.0) I'm following this Microsoft ...
Jason Eades's user avatar
  • 1,827
0 votes
1 answer
41 views

I'm trying to create a pipeline from Azure DevOps to deploy automatically Windows Servers. I opened the Deployment groups and created a new group. Then, I copied the script and ran the script on the ...
Enrico's user avatar
  • 6,882
0 votes
0 answers
83 views

I'm trying to deploy a dataset with a reference to an existing data source, but some how code example down below is not working. It's still pointing to the data source that I had defined locally ...
Gra forCed's user avatar
0 votes
0 answers
93 views

I'm trying to use the Azure Deployment Center to connect to my DevOps repo and deploy an Entity Framework/Angular app that I inherited. The deployment fails, however, and I'm not sure why. Any help ...
TheIronCheek's user avatar
  • 1,241
0 votes
0 answers
67 views

I am trying to deploy a model to a Managed Online Endpoint using: blue_deployment = ManagedOnlineDeployment(name='blue', endpoint_name='diabetes-online-endpoint'...
Karthik S's user avatar
  • 11.6k
0 votes
3 answers
259 views

I am trying to deploy my flask app and I am running into an error. The build works, but the deployment step fails. I am getting an error: There was a resource authorization issue The pipeline is not ...
user3525290's user avatar
  • 1,619
0 votes
1 answer
131 views

I'm trying to deploy a simple runbook into existing Automation Account, but it fails saying that this Account is not found Here is my template: { "$schema": "https://schema....
Philipp Grigoryev's user avatar
-2 votes
1 answer
54 views

I have a react app in github in the repo call acme\myreactapp. There are 2 other repos, acme\uihelper and acme\clienthelper that are needed to run the app. So on my local machine i would have a ...
Wendy 's user avatar
  • 27
-2 votes
2 answers
131 views

https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-to-azure-button gives you nice linked badges like this in your README.md: I want to provide an additional argument to ...
Samuel Marks's user avatar
  • 1,930
0 votes
0 answers
191 views

While deploying an AI model with Azure AI, my deployment fails while provisioning the endpoint with the following error: { "status": "Failed", "error": { "code":...
RobMore's user avatar
  • 21
0 votes
1 answer
3k views

Running Azure CLI Login. /usr/bin/az cloud set -n azurecloud Done setting cloud: "azurecloud" Federated token details: issuer - https://token.actions.githubusercontent.com subject claim - ...
rajasree's user avatar
0 votes
1 answer
144 views

I deployed an http trigger function using a code deployment to azure and it works functions are shown and respond with the appreciate data. When I create a docker image, the image works locally but ...
Ivan's user avatar
  • 3
0 votes
1 answer
93 views

In my organization, we have quite some ressources in Azure which we want to back up the configuration for. However, we are not reaching a big-enough magnitude or maturity that Iac-solutions like ...
Suroko's user avatar
  • 105
0 votes
1 answer
139 views

I'm encountering an issue while deploying my Blazor WebAssembly application, which follows Domain-Driven Design (DDD) architecture, to Azure Static Web Apps using GitHub Actions. The deployment ...
Krebsfanger's user avatar
-1 votes
1 answer
139 views

I am trying to deploy to azure web app from github. I have following web app with system assigned identity: I have added a secret with the value seen in image above Object (principal) ID: I have ...
Thomas Segato's user avatar
0 votes
1 answer
182 views

File "/usr/local/lib/python3.11/site-packages/openai/_base_client.py", line 1510, in request return await self._request( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-...
Srikaran Tirukovela's user avatar
0 votes
1 answer
44 views

I am deploying the azure app services using the Powershell. I have made sure to set the execution policy Unrestricted in Powershell in the new PC. But, When I ran the powershell script for deployment ...
Fresh Install's user avatar
0 votes
1 answer
171 views

The bicep below creates an Azure Search Service. On the first run, it creates the search service as expected in about 5 seconds. If I run it again, it will fail after a long time (over 2 hours - I am ...
Don Chambers's user avatar
  • 4,375
0 votes
2 answers
109 views

I am experiencing unexpected behavior in Azure Data Factory (ADF)'s data preview while working on a data flow. The data preview continues to show older data even after refreshing it. I have to turn ...
sarfaraz shaikh's user avatar
0 votes
1 answer
372 views

I have quite strange behavior with deploying arm template. I create a json like: tags=$( echo '{"key1": "value1", "key2": "value2", "key3": "...
Unnamed's user avatar
  • 292
0 votes
1 answer
329 views

I am trying to publish a C# Function App to a Linux machine in Azure using VS2022. The same function App can be published to a Windows machine without any problems. I have followed the advice of the ...
Basje313's user avatar
1 vote
1 answer
39 views

I am working on a project where I will upload the data in blob storage in azure then my azure machine learning notebook will get restrained and give the updated.pkl file. I need the solution for the ...
Pritiranjan Biswal's user avatar
0 votes
1 answer
1k views

I am trying to create an app service plan (B3) on Azure West Europe location. This gets me the error Code: Conflict No available instances to satisfy this request. App Service is attempting to ...
user1606815's user avatar
0 votes
1 answer
233 views

I'm trying to deploy my api applications on azure app services as virtual application (/api/service1/) using GitHub workflows. I was able to deploy but other virtual applications are getting deleted ...
Naveen Bathina's user avatar
2 votes
1 answer
857 views

I am trying to deploy a new web app to Azure. It is a React app using Vite framework and I use React Router DOM. I can create the resources at Azure and deploy from my Visual Studio by right clicking ...
Doug's user avatar
  • 337
-1 votes
2 answers
229 views

I'm trying to deploy my bicep script with module that are located in my Azure storage account. And this doesn't work at all. I'm using Powershel, should I use something else? New-...
obelix555's user avatar
1 vote
1 answer
9k views

I have a Web API in .NET 6 that uses the standard IConfiguration to get config/settings values from appsettings.json and is deployed to Azure App Service (Windows). I'm deploying it with Visual Studio ...
Eric's user avatar
  • 3,303
0 votes
0 answers
187 views

I'm creating a build which will dynamically provision an Azure environment via a resource group and then deploy a bunch of stuff to it. To save time, I'm staging a single environment ahead of time, ...
Chris B. Behrens's user avatar
0 votes
1 answer
401 views

I am currently working flutter web app and ran the program It worked. Later I planned to host this web app in azure cloud. So I used static web app in azure storage $web container. To build the web ...
sai's user avatar
  • 51
0 votes
1 answer
503 views

I want to move my local python 3.11 project to an Azure Functionapp. Somewhere in the deployment process, an error happens, such as an ModuleNotFoundError. I assume it's because a package that can be ...
Emiel Steerneman's user avatar
0 votes
1 answer
562 views

I have to set a rule for a new report in Power BI deployment pipeline to use Production's database not PreProduction's. I have done it successfully for all the datasets except one (despite the ...
Eli's user avatar
  • 63
0 votes
1 answer
520 views

I want to create an Azure what if operation in subscription scope to recognize the resources that have been created after a Bicep deployment. The problem is that when I run the command az deployment ...
Sotiris Sotiriou's user avatar
0 votes
1 answer
198 views

I'm trying to deploy using the github actions from this repository: https://github.com/ViniciusDevelopment/test-deployment which is basically a modification of the standard project made available by ...
ViniciusDevelopment's user avatar
1 vote
1 answer
954 views

Trying to deploy Isolated Azure Func from VS2022 I already created brand new func in Azure portal and scaffolded new function in VS2022 Func works locally. I am deploying using consumption plan and to ...
Prog's user avatar
  • 97
1 vote
1 answer
337 views

NOTE: This is not your typical null reference error! The error is a message in the output of the Microsoft Azure Activity Log and is not from code directly in the project that I can debug. I have a ...
Chris Schaller's user avatar
1 vote
1 answer
1k views

I am trying to re-deploy into a container app, It worked perfectly until last night even with the github actions. Today as I am doing again updates I can see that something has changed somewhere, ...
kenkyusha's user avatar
0 votes
0 answers
284 views

from Visual Studio Code i have create an Web-App from the template react/.net Core and extended this to an WEB-API That results in a Server-project and a Client project in the solution. I have ...
otk's user avatar
  • 411
0 votes
1 answer
487 views

I have a static web app deployed on an azure app service. This is my gitlab-ci.yml for CI/CD on production - variables: API_TOKEN: $DEPLOYMENT_TOKEN APP_PATH: '$CI_PROJECT_DIR' REACT_APP_ENV: $...
Khyati Thakur's user avatar
1 vote
2 answers
948 views

I am deploying an AppService environment via Bicep. Everything is working well and is configured exactly as desired. However, I have noticed that if I redeploy a Bicep template after I have deployed ...
Mike-E's user avatar
  • 2,564
0 votes
1 answer
312 views

i created a training pipeline in azure ml designer. Now, i need to deploy this model by adding components for registering and deployment. I guess i can use 'execute python script' component to do this....
sena's user avatar
  • 11
0 votes
1 answer
192 views

Output: 1:50:53 PM macazure: Starting deployment... 1:50:53 PM macazure: Creating zip package... 1:50:54 PM macazure: Ignoring files from "appService.zipIgnorePattern" "node_modules{,/**...
IamPrommate's user avatar
0 votes
1 answer
835 views

We are facing an issue with individual scheduling the prod stage where we have multiple deployments coming in a day and targets to same target servers. In our case the deployments are unique and not ...
dev's user avatar
  • 1
0 votes
1 answer
3k views

Running pipeline for ci/cd DSC causes queued items title error message. Worked a month ago without queueing. Rebooted AzureDevops server. Deleted client in deployment pool that was not responding. ...
BaconBurner's user avatar
0 votes
1 answer
537 views

Please forward me some links/how-to guides for developing your own App service site extension for Azure. I am trying to intercept HTTP traffic going to/coming out from my App service and do some pre-...
Brijesh Valera's user avatar
1 vote
2 answers
965 views

I have a Node.js Azure Function in TypeScript. When I deploy, it takes like 25 minutes to deploy. Those are pretty basic functions with Prisma ORM. Building locally takes couple seconds only. Is that ...
danbord's user avatar
  • 4,146
0 votes
1 answer
450 views

I deployed .net 7 api on azure web service ,after deployment when i tried to access my site it shows this HTTP Error 500.30 - ASP.NET Core app failed to start i triedto diagonose but i failed ! i used ...
Yawar manzoor sheikh's user avatar
1 vote
0 answers
166 views

I have an application that I am trying to deploy to an existing app to an offline server. The application is two parts: a nodejs frontend and a python backend app. I use the zip deployment method to ...
Sarah's user avatar
  • 1,417

1
2 3 4 5
13