python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Creating Certificate from base64 encoded string failing in Azure Function
I am trying to create an X509Certificate2 from a base64 encoded string. This code I have added to a sample Azure function.
Locally the code works and I can create a cerificate object from bas364 encod...
New_coder
Votes: 0
Answers: 1
Change App Service Plan from Isolated to Isolated V2 Plan for a Web App
We want to change the App Service Plan of an existing Azure Web App, from Isolated Service Plan to Isolated "v2" Service Plan. There are no changes in Subscription, Resource Group or Region....
sprash95
Votes: 0
Answers: 2
Azure App Service Environment v3 and Logic App Standard - cannot be associated
I have an ASEv3 just created in West Europe.
I want to create an App Service Plan for Logic App Standard so I'm trying first to associate my App Service Plan with the ASEv3. Unfortunately, when I go t...
David GROSPELIER
Votes: 0
Answers: 1
How to configure IP based rate limit via azure app service?
I have developed a .net web api.
I will be hosting it on azure app service. How to configure IP based rate limit via azure app service?
For example so that say upto 1000 requests per day can be made i...
variable
Votes: 0
Answers: 1