azure Questions
2
I have an azure redis cache. I've set it up so that I can do stringGet key setting based off this example. It works pretty great.
However, I want to know if the cache is empty or not, or if there...
Ichor asked 6/1, 2017 at 21:38
2
Is there a way to create azure function that will expect object of ServiceBusReceivedMessage as parameter? like this:
[Function("Function1")]
public static void Run(
[ServiceBusTrigger(&...
Helminthiasis asked 20/7, 2021 at 11:47
2
Solved
I need to:
create a data factory
create a storage account
create a function app
add a role assignment for the data factory to the storage account
add a role assignment for the function app to the ...
Intricate asked 4/8, 2022 at 8:33
2
Solved
I'm using Azure SignalR Services, which is running in the cloud, and running an Azure Function App, which runs locally on my laptop on localhost. I have the following hub:
public class LeaderboardH...
Resent asked 7/10, 2022 at 3:13
2
Solved
I have created a pull request in AzureDevops Repos. Pull request is from "green_branch" into "master". I would like to change the target of this pull request from "master&q...
Electric asked 26/10, 2023 at 9:31
4
Solved
I have created an Azure function app, from my VS Code. This function is being deployed to Azure from VScode.
While Deployment Many times it returns "Error: Deployment 'latest' not found, While...
Skippet asked 8/11, 2023 at 6:24
5
I hope I'm clear with my question so here goes. On the sign up flow of our app we ask the user for username, email and password. However we're not requiring a user's email to be confirmed/validated...
Actable asked 27/5, 2016 at 16:14
3
Solved
I am creating a post endpoint using Azure Functions version 3. In Asp.net it is very convenient to get the post object using the [FromBody] tag and the magic will happen with modelbinding.
Is ther...
Vociferance asked 30/1, 2020 at 11:38
3
Solved
Kusto provides functions to get the start- and end-day of the week. These are invoked through startofweek() and endofweek(). startofweek() returns Sunday, and endofweek() returns Saturday.
In some...
Thickhead asked 12/6, 2020 at 10:43
4
I have been writing some terraform and using Azure Devops to deploy the pipeline. However if I use a variable $(serviceconnection) for the service connection it fails with the following error:
Ther...
Lightish asked 28/6, 2022 at 13:32
3
Solved
I'm using the Azure API Management to transform the incoming query string into another query string.
My transformation code is:
<policies>
<inbound>
<rewrite-uri template="api/p...
Armagh asked 9/7, 2018 at 21:17
7
Cloning a repository, pushing , fetching and pulling code with git from Azure Devops via VSCODE, GITExtensions, GIT BASH results in a 'fatal unable to access' & 'CONNECTION WAS RESET' ERROR aro...
Quartering asked 15/3, 2023 at 17:47
3
Solved
I am working with Azure Active Directory and want to know when a user's password expires.
Currently I use these PowerShell commands to connect to msol service successfully and get password expiry,...
Hammer asked 8/4, 2017 at 13:10
2
Solved
I want to trigger a function when a user registers in my azure AD B2C. But I can't find any examples on this. Is the user added to any queue or stored in any table? Or do I need to look at the resp...
Tullus asked 24/2, 2018 at 11:26
1
I'm trying to authenticate against the Microsoft https://login.microsoftonline.com/oauth2/v2.0/authorize endpoint with enforcing MFA. Following the documentation this is done by adding the &amr...
Archive asked 23/9, 2021 at 20:11
3
Solved
I've previously been using the validate-jwt policy successfully in a lot of projects. I would like to try out the new validate-azure-ad-token policy instead.
I changed one of my policies from:
<...
Claver asked 9/12, 2022 at 8:18
2
Solved
I am currently trying to implement Oauth2.0 to protect API using below documentation
https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-protect-backend-with-aad
And curre...
5
Solved
I am searching for a solution with static private IPs for my container instances. I will add the Application Gateway to it to also have a static public IP for it.
I am checking https://stackoverflo...
Etymon asked 27/8, 2020 at 8:24
4
Solved
When i try to build angular app using azure devops and deploy to azure static web app i'm receiving below error
The app build failed to produce artifact folder: 'dist/harmony-front'. Please
ensure...
Glorification asked 16/2, 2023 at 18:36
4
Solved
I'd like to peek all messages from several Azure Service Bus queues. After that I want to filter them after queueName, insertDate and give the opportunity to make a full text search on the body.
Cu...
Usurer asked 26/3, 2021 at 9:48
4
I have now successfully setup my static website in a CDN,
Is there a way to specify that index.html is the default document ?
It is a 1 page site I just would like to browse to the root url withou...
2
Solved
I want to store a .NET object into Azure Blob Storage.
Currently I serialize it into an XML file using TextWriter (episodeList is the object I want serialized):
XmlAttributeOverrides overrides = ...
Ebullient asked 14/6, 2012 at 13:8
10
I'm trying to publish an Azure function using the Azure Function Core Tools CLI.
func azure functionapp publish "<FUNCTION APP NAME>"
The process completes the build and deploy qui...
Vigilant asked 3/12, 2021 at 10:14
2
Solved
When using a Database Initializer for Entity Framework 6 that creates a database when none exists with an Azure SQL server connection the Database created is created using the vCore pricing model. ...
Beira asked 30/10, 2019 at 15:33
2
Solved
I am trying to add a blob service client for dependency injection.
I'm using the latest version of Microsoft.Extensions.Azure, however my service collection does not contain the extension method of...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.