Azure cdn signed url
hey Guys i have created a function to generate a signed url.But some how the signature is not working AZURE_CDN is kept with origin path so it will be url/{container} masked to a single url so http://{CDN}/file.png ==> this i…
hey Guys i have created a function to generate a signed url.But some how the signature is not working AZURE_CDN is kept with origin path so it will be url/{container} masked to a single url so http://{CDN}/file.png ==> this i…
I have a repository with my angular app. It works fine local. I created pipline with yaml file in azure devops. # Node.js with Angular # Build a Node.js project that uses Angular. # Add steps that analyze code, save…
I have Azure Pipeline which creates VMs, Storage , NICs etc. And i want that these resources should be deleted if any of the task in the pipeline got failed. How this can be achieved, do I need to use…
Below are code snippets of what I currently use to import and export Excel files. However, is it possible to make this work through an Azure Web App which is serverless? C# File.WriteAllBytes(@"c:tempreport.xlsx", excel.GetAsByteArray()); SQL Server INSERT INTO Employee (FirstName,…
I have this custom section in Web.config <serviceWorker PriorityCronExp="__serviceWorker_PriorityCronExp__" ScheduledCronExp="__serviceWorker_ScheduledCronExp__" /> I want to replace the variables in my release, I have configured the variables and checked "XML Variable subsitution", but my release is not detecting the variables the vars…
I have a release pipeline in Azure DevOps that requires approval from a Senior Developer. I want to be able to customize the email notification that goes out requiring them to approve the release. Is there some way I can…
Azure pipeline getting ndk version error while gradle build React Native Android. What went wrong: Execution failed for task ':app:stripReleaseDebugSymbols'. No version of NDK matched the requested version 21.4.7075529. Versions available locally: 23.2.8568313, 24.0.8215888, 25.0.8775105, 25.0.8775105 Try: Run with --stacktrace…
AzureKeyVault@1 task retrieves all the secrets, some of the secrets are displayed as *** whereas some newly created ones are shown as plain text. A part of my pipeline: steps: - task: AzureKeyVault@1 displayName: Download secrets from KeyVault inputs: azureSubscription:…
I feel like something has broken in the latest version of mcr.microsoft.com/dotnet/sdk:6.0 as this was working just a few weeks ago, but I thought I'd post here to see if anyone has had similar problems and if there is a…
I have an azure devops pipeline. trigger: - master resources: - repo: self steps: - task: Docker@2 displayName: Login to ACR inputs: command: login containerRegistry: myDockerHubConnection - task: Docker@2 displayName: Build an image inputs: command: build arguments: --build-arg git_personal_token=ghp_MYTOKEN dockerfile:…