Click here to Skip to main content
15,886,578 members
Everything / Hosted Services / Azure

Azure

Azure

Great Reads

by roscler
Azure based pet adoption agent that helps pet lovers find the perfect pet while saving the lives of kittens & puppies
by Sacha Barber
Azure Service Fabric Demo + IOC, logging, encryption
by KristianEkman
An online Angular, .NET 7 Web API, SQL Server on Azure backgammon game
by Sacha Barber
Angular.Js / Azure / ASP MVC / SignalR / Bootstrap demo app

Latest Articles

by Wessel Beulink
What is Azure Virtual Network Encryption? Azure Virtual Network encryption provides a layer of security that encrypts virtual network traffic, specifically between Azure Virtual Machines that communicate securely within a subnet or across different subnets.
by Wessel Beulink
As businesses navigate the end of BizTalk and seek potent data transformation solutions, Azure Logic Apps has surged to the forefront, offering an agile, serverless platform that simplifies workflow automation.
by Pranay Bakre
How to deploy applications to the Azure Kubernetes Cluster powered by arm64-based virtual machines
by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management

All Articles

Sort by Updated

Azure 

N 25 Apr 2024 by Wessel Beulink
What is Azure Virtual Network Encryption? Azure Virtual Network encryption provides a layer of security that encrypts virtual network traffic, specifically between Azure Virtual Machines that communicate securely within a subnet or across different subnets.
12 Apr 2024 by Wessel Beulink
As businesses navigate the end of BizTalk and seek potent data transformation solutions, Azure Logic Apps has surged to the forefront, offering an agile, serverless platform that simplifies workflow automation.
10 Apr 2024 by Pranay Bakre
How to deploy applications to the Azure Kubernetes Cluster powered by arm64-based virtual machines
27 Mar 2024 by Pete O'Hanlon
If you are trying to get rid of \ without, that part of the @replace should be '\'. Your example has a space in the replace part, which would only match entries that have \ followed by a space. So, at this point, your replace would look like...
26 Mar 2024 by Vamsi Krishna from Unknown, Somewhere in France
we are trying to concatinate three strings including " in it, but Azure data factory adding as ". Question is how do we get rid of \ character. I Have one set variable returning value ABCDEFG and I wanted to concatenate with other data to...
22 Mar 2024 by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management
14 Mar 2024 by test code 2024
Hello everyone, I'm relatively new to the Dynamics world and currently facing a challenge. I've created a new custom connector with OAuth 2.0 and successfully added some connections to it. Now, my goal is to execute an action of the custom...
4 Mar 2024 by Pete O'Hanlon
So, this file is supposed to exist in %WinDir%\System32\Inetsrv\Config, and not at your site level. You can't put a local version in and have it picked up by IIS; that's not the way it works.
3 Mar 2024 by Member 14703094
I am trying to change the order of modules in the IIS pipeline in the ApplicationHost.config file, so I have created a following file and placed it in the site directory on the server, but unfortunately nothing happened. Here are the contents of...
1 Mar 2024 by Wessel Beulink
As someone who frequently employs Logic Apps – Azure’s fantastic low-code solution – I’ve come to appreciate its wide range of actions and connectors. One of the keys to this balance? Solid documentation!
1 Mar 2024 by Wessel Beulink
Application Gateway for Containers, recently made generally available by Azure, represents an evolution in application (layer 7) load balancing and dynamic traffic management for workloads running in a Kubernetes cluster.
28 Feb 2024 by Richard Deeming
Assuming it's the "Add trailing slash" rule that's causing the problem, your match is missing the "start of line" anchor: should be:
27 Feb 2024 by Member 14703094
We have an ASP.NET Core 7 MVC app hosted on Azure and IIS. For some purposes, like adding a trailing slash, we use URL rewrites. But this rule appears to cause a problem with unwanted redirects from URL parameter, so for example,...
16 Feb 2024 by Apoorva666
I'm working on building a semantic search engine using 'Azure Cognitive Search'. I uploaded my Excel dataset programmatically using Python. To search & run the queries, each field/column in the Excel dataset can be associated with features like...
15 Feb 2024 by Skynet1970
I rebuilded it an now it works => public static class ExtractZipFileHelper { /// /// Extract zip file for Azure fileshare folders (cloud directory). /// /// ...
15 Feb 2024 by Skynet1970
I have a Azure fileshare directory with a zip file, lets say abc.zip. I want to unzip this with C# code in a C# Azure function. What I have is the right filled CloudFileDirectory. Now I want to call a method that unzip the file thats is in this...
13 Feb 2024 by Wessel Beulink
It seems like you're facing a problem with redirecting to the default page after successful authorization when using Microsoft's built-in authorization in an ASP.NET. Try following steps for troubleshooting; 1. Verify Redirect URI: Ensure the...
13 Feb 2024 by Wessel Beulink
You're facing an issue where only the 'retrievable' attribute can be selected for the fields in your Azure Cognitive Search index, while other attributes like 'searchable', 'sortable', 'filterable', and 'facetable' are disabled. This might be...
13 Feb 2024 by Wessel Beulink
You can try the following; Using npm-shrinkwrap.json 1. Customize and Install Packages: Initially install and customize your packages as needed. 2. Generate npm-shrinkwrap.json: Run npm shrinkwrap in your project directory. This command creates...
1 Feb 2024 by Wessel Beulink
Azure API Center Portal streamlines API management; Visual Studio Code extension enhances collaboration and productivity within Azure ecosystem.
29 Jan 2024 by Nicolas DESCARTES
How to automatically deploy Azure resources with Bicep?
25 Jan 2024 by Wessel Beulink
Azure spearheads cloud evolution, Azure Automation Runbooks manage hybrid/SOC environments effectively
24 Jan 2024 by Nicolas DESCARTES
Comprehending the CQRS architecture and learning how to implement it
22 Jan 2024 by Nicolas DESCARTES
How to write resilient .NET applications ?
18 Jan 2024 by Pete O'Hanlon
The problem isn't in your code, rather the problem is with your deployment. You have stated that you deployed your application to Azure, and this brings its own set of expectations. Basically, the CORS request is being blocked by Azure, not by...
6 Jan 2024 by Wessel Beulink
Azure Functions, Microsoft’s serverless compute service, lets you run event-driven code without having to manage the infrastructure.
5 Jan 2024 by Wessel Beulink
Microsoft Azure enhances security with private subnets, fostering efficient network management.
5 Jan 2024 by Wessel Beulink
Azure Application Gateway evolves with IPv6 support for seamless web traffic
21 Dec 2023 by Nicolas DESCARTES
How to implement distributed transactions on Azure?
18 Dec 2023 by Intel
Leverage Intel® Software Guard Extensions on Virtual Machines to Deploy Secure, Accelerated Machine Learning Pipelines
11 Dec 2023 by Nicolas DESCARTES
How to model data in Azure CosmosDB with an SQL background?
6 Dec 2023 by Gerry Schmitz
If you're working with (C#) "properties" (get; set;) you can add expressions that return different values based on context without having to introduce (major) "breaking" changes. ...
6 Dec 2023 by Z.C.M.
I'll apologize in advance for the length. This probably should have been a normal post in the appropriate forum. We have a web app with an Angular front end (as they said in 13th Warrior, I'd rather prefer a dragon), .NET Core 3.1 back end that...
28 Nov 2023 by taersious
Wrap this in a function (script block). $block = { ... your custom method ... } Then put the function call in a loop that runs on a list of servers as shown here: foreach ($Server in $Servers) { if (Test-Connection...
25 Oct 2023 by Cloud Native Apps Team
In this four-part series, you’ll learn how to create an Intelligent App with Azure Container Apps. In this fourth and final part, you’ll explore how to integrate a custom model into your Intelligent Apps, enhancing the application’s features with specialized AI.
24 Oct 2023 by Cloud Native Apps Team
In this four-part series, you’ll learn how to create an Intelligent App with Azure Container Apps. In this third part, you’ll explore how to level up your Intelligent Apps by training a custom model using your own dataset.
23 Oct 2023 by Cloud Native Apps Team
In this four-part series, you’ll learn how to create an Intelligent App with Azure. This second tutorial demonstrates how to add intelligent features to this user feedback analysis application. Then, it explores how to use your new Intelligent App to analyze user feedback.
20 Oct 2023 by Cloud Native Apps Team
In this four-part series, you’ll learn how to create an Intelligent App with Azure. This first tutorial walks you through what Azure AI and Azure Container Apps are, how to set up an Azure environment, and building your basic application.
19 Oct 2023 by Cloud Native Apps Team
In the final part of our series, we’ll dive into how to harness AKS’ powerful features like auto-scaling and high availability to manage variable workloads and maintain continuous service.
18 Oct 2023 by Cloud Native Apps Team
In the final part of our series, we’ll dive into how to harness AKS’ powerful features like auto-scaling and high availability to manage variable workloads and maintain continuous service.
17 Oct 2023 by Cloud Native Apps Team
In topic 2 of our series, we explore the power of multi-model databases for Intelligent Apps and their integration with Azure Cosmos DB and Azure Kubernetes Service (AKS).
16 Oct 2023 by Cloud Native Apps Team
In the last article, we created an Intelligent App that leverages Azure AI Vision to analyze images and extract data. We developed an API to perform optical character recognition (OCR) on uploaded images and tested this API locally.
13 Oct 2023 by DotNetLead.com
How to build an OpenAI chat application using Angular, ASP.NET API, and Azure
10 Oct 2023 by Schatak
Issue for - Azure Build pipeline for an angular project. I have to run the npm install job every time the angular project builds with a new pull request. Scenario - I have customized 2 packages for my project's requirement. I do not want to...
4 Oct 2023 by aniapp_
Use Microsoft.Graph.Auth to work with Azure AD
2 Oct 2023 by Apoorva666
I have an Excel dataset that has the columns: name of the test, user name, data source, total number of records, number of failed records, number of passed records, date of test execution, etc. I want questions like the following to be answered:...
25 Sep 2023 by Cloud Native Apps Team
Prepare your organization to adopt intelligent apps by taking a change management approach.
22 Sep 2023 by Cloud Native Apps Team
Check out this article of our series on intelligent apps to learn best practices for transitioning your on-premises or IaaS solutions to intelligent apps.
21 Sep 2023 by Cloud Native Apps Team
This article explores how digital natives and Independent Software Vendors (ISVs) can transform their business operations and generate higher value for customers with generative AI and intelligent apps.
20 Sep 2023 by Cloud Native Apps Team
In the part of our series on intelligent apps, we’ll explore how AI is transforming application development, from design and architecture to building.
19 Sep 2023 by Cloud Native Apps Team
This article explores the concept of intelligent applications for readers, providing a clear understanding of the role of AI capabilities in modern applications.
19 Sep 2023 by Cloud Native Apps Team
Explore real-world examples of how Intelligent Apps revolutionize logistics, retail, finance, manufacturing, tech, and medicine
11 Sep 2023 by Rico64
I have a big TFVC repository on an on-prem TFS 2017 server. In that repo, I have a lot of different projects (SSIS, Redgate databases, Powershell scripts...). Some of these projects are using branches, some not. They are all well stored in a...
8 Sep 2023 by Lokesh Zende
Is there a way we can take the backup of the Deadletters and Messages in the Subscription of Azure Service Bus Topic? What I have tried: Google did not show related results. Can anyone point me to the right direction?
8 Sep 2023 by Mircea Neacsu
Let me google that for you: Google[^]
7 Sep 2023 by CHill60
This is off-topic for this forum. I would advise contacting Azure Support Options | Microsoft Azure[^] Alternatively there are paid for products e.g. QueueExplorer[^]
24 Jul 2023 by nilvish07
I am trying to create an azure blob trigger to copy the file uploaded to the azure blob to the on premise file system. Can anyone please provide the steps for the same? What I have tried: I created a blob trigger and bound its output parameter to external file(preview) and selected the File...