Azure App Service Infrastructure Equivalent [closed] - azure

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
How can I create the equivalent of an Azure AppService using individual pieces of infrastructure in Azure?
Is there an existing ARM template that would create something similar?

If you're looking for a quick way, you can use azure quick start and deploy the template you need:
https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-windows-autoscale
https://github.com/Azure/azure-quickstart-templates

Related

What's the difference between these 4 model deploy methods in Azure Machine Learning? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 11 hours ago.
Improve this question
I'm new to azure machine learning and following the exercise from MS (https://learn.microsoft.com/en-us/training/modules/use-automated-machine-learning/6-exercise). when it comes to deploying the model, I saw there are 4 options. Wondering what's the difference between these 4 and what is the best practice to select the correct method?
Thanks,

Can we create Reusable Logic Apps or any Alternate Solution? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I want to create Reusable Logic Apps is that possible or any alternate solution?
Thanks in advance!
Saan.
You could create a Logic App, wrap it in an ARM template with parameters, e.g. environment details, and then use PowerShell to deploy it multiple times.
Create and deploy logic apps with Azure Resource Manager templates

How can i set cipher suites for a Azure Application gateway with terraform [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
how can i set cipher suites for a Azure Application gateway with terraform? I did not find an element
according to this template you need to define an sslPolicy property for the application gateway, which is missing in terraform. you can only choose ssl protocols to use: https://www.terraform.io/docs/providers/azurerm/r/application_gateway.html#disabled_ssl_protocols
github issue to track: https://github.com/terraform-providers/terraform-provider-azurerm/issues/1536

In a software architecture, when do I use Service Fabric vs Azure Functions? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I'm trying to understand the MSFT form of Microservices (Docker) called Service Fabric and am confused about when to use Service Fabric or Function apps
What guidance should I follow when choosing?

easiest way to deploy sailsjs API [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am currently working sailsjs and how can i deploy it on azure?
There was a blog post a couple of months ago which gives the steps needed to deploy to azure:
https://azure.microsoft.com/en-gb/documentation/articles/app-service-web-nodejs-sails/

Resources