Azure – add line on existing array with custom value
I need some improvements for the array, I want to add on an Array an extra Line with custom value like the sum for the costs... The way I did, is not the best way, can someone help me? $subs…
I need some improvements for the array, I want to add on an Array an extra Line with custom value like the sum for the costs... The way I did, is not the best way, can someone help me? $subs…
Azure retail price api : https://prices.azure.com/api/retail/prices?$filter=serviceName eq 'SQL Database' and armRegionName eq 'centralus' and skuName eq '6 vCore' Hi there, I am using azure retail price api in my angular project, whenever I call api it gave me CORS policy:…
I am confused between option to send a notification to mobile. I have a backend created in .Net core deployed on Azure. Now push notification must be sent to mobile devices when admin launches new offer. I fount 3 good…
My task is to Copy files from s3 bucket to azure blob storage in airflow. I found using azcopy i can move my data from s3 bucket to azure blob storage but the problem is i have to create dag…
I have an existing Azure Cosmos DB that uses /id for the partition key. We need to do a bulk delete but we can't do that because the partition key is not the same for all the records. Is there…
Hello Everyone I could REALLY use some help on this. When trying to validate my token using this code from MSAL library https://github.com/AzureAD/microsoft-authentication-library-for-python cache = _load_cache() # This web app maintains one cache per session cca = _build_msal_app(cache=cache) accounts =…
I created azure function with Powershell option 7.2 under app file -> requirements.pds1, decommented '8.* and introduced Import-Module MsOnline -UseWindowsPowershell Import-Module Partnerenter -UseWindowsPowershell in my run.ps1 Despite these changes , I am getting below error the Term Get-AzSubscription Please help…
(for anyone who might be using the Hashicorp/Microsoft Azure CAF Module for enterprise infrastructure as code) Azure provides a terraform module for implementing enterprise landing zones using infrastructure-as-code/data-as-code paradigm: https://github.com/Azure/terraform-azurerm-caf-enterprise-scale However there is no indication or documentation on how to…
I have web api deployed on azure. One of the action methods of the web api is failing. To reach that specific action method users have to log in first. Is there any official guide available that can help me…
Given a Event Hub Name, how can I get connection string in C#? I googled a bit, but nothing useful found so far. Thanks