Azure-snabbstartmallar
Få mer gjort genom att distribuera Azure-resurser via resurshanteraren i Azure med mallar som communityt har bidragit med. Utveckla, lär, experimentera och bidra själv.
Vad är Azure Resource Manager
Med Azure Resource Manager kan du etablera dina program med hjälp av en deklarativ mall. I samma mall kan du distribuera flera tjänster tillsammans med deras beroenden. Du använder samma mall för att upprepade gånger distribuera ditt program i varje fas av programmets livscykel.
- Alla
- Microsoft.Aad (1)
- Microsoft.Analysisservices (1)
- Microsoft.Apimanagement (10)
- Microsoft.Attestation (1)
- Microsoft.Authorization (3)
- Microsoft.Automation (7)
- Microsoft.Backup (1)
- Microsoft.Batch (2)
- Microsoft.Cache (9)
- Microsoft.Cdn (8)
- Microsoft.Certificateregistration (2)
- Microsoft.Cognitiveservices (3)
- Microsoft.Compute (381)
- Microsoft.Consumption (1)
- Microsoft.Containerinstance (15)
- Microsoft.Containerregistry (6)
- Microsoft.Containerservice (10)
- Microsoft.Customproviders (1)
- Microsoft.Databricks (4)
- Microsoft.Datafactory (15)
- Microsoft.Datalakeanalytics (1)
- Microsoft.Datalakestore (5)
- Microsoft.Datamigration (1)
- Microsoft.Dbformysql (7)
- Microsoft.Dbforpostgresql (5)
- Microsoft.Devices (3)
- Microsoft.Devtestlab (2)
- Microsoft.Documentdb (12)
- Microsoft.Domainregistration (1)
- Microsoft.Eventgrid (4)
- Microsoft.Eventhub (15)
- Microsoft.Hdinsight (25)
- Microsoft.Insights (32)
- Microsoft.Keyvault (8)
- Microsoft.Kusto (2)
- Microsoft.Logic (19)
- Microsoft.Machinelearningservices (1)
- Microsoft.Managedidentity (1)
- Microsoft.Maps (1)
- Microsoft.Media (3)
- Microsoft.Network (452)
- Microsoft.Notificationhubs (2)
- Microsoft.Operationalinsights (19)
- Microsoft.Operationsmanagement (10)
- Microsoft.Portal (1)
- Microsoft.Powerbi (1)
- Microsoft.Recoveryservices (9)
- Microsoft.Relay (6)
- Microsoft.Resources (150)
- Microsoft.Scheduler (2)
- Microsoft.Search (2)
- Microsoft.Servicebus (18)
- Microsoft.Servicefabric (3)
- Microsoft.Signalrservice (1)
- Microsoft.Solutions (2)
- Microsoft.Sql (32)
- Microsoft.Sqlvirtualmachine (4)
- Microsoft.Storage (268)
- Microsoft.Streamanalytics (1)
- Microsoft.Timeseriesinsights (2)
- Microsoft.Web (80)
- Microsoft.Visualstudio (1)
829 mallar överensstämmer med ditt filter.
This template allows you to deploy a simple Windows VM using a few different options for the Windows version, using the latest patched version. This will deploy a A2 size VM in the resource group location and return the FQDN of the VM.
Deploy a simple Windows VM with tags
This template allows you to deploy a simple Windows VM with tags using a few different options for the Windows version, using the latest patched version. This will deploy in West US on a D1 VM Size. This will include tags on the Virtual Machine, Storage Account, Public IP, and the Virtual Network.
Create an Azure VM with a new AD Forest
This template creates a new Azure VM, it configures the VM to be an AD DC for a new Forest
Deploy an Ubuntu VM with Docker Engine
This template allows you to deploy an Ubuntu VM with Docker (using the Docker Extension). You can later SSH into the VM and run Docker containers.
Deploy a managed cluster with Azure Container Service (AKS)
Secure VM password with Key Vault
This template allows you to deploy a simple Windows VM by retrieving the password that is stored in a Key Vault. Therefore the password is never put in plain text in the template parameter file
Create an Application Gateway v2 with WAF v2
This template creates an Application Gateway v2 with Web Application Firewall v2. This template is used by the Azure Application Gateway documentation Samples.
SAS Viya Quickstart Template for Azure
The SAS Viya Quickstart Template for Azure deploys these products on the cloud: SAS Visual Analytics 8.3.1 on Linux. SAS Visual Statistics 8.3.1 on Linux and SAS Visual Data Mining and Machine Learning 8.3.1 on Linux. This Quickstart is a reference architecture for users who want to deploy the SAS Viya platform, using microservices and other cloud-friendly technologies. By deploying the SAS platform on Azure, you get SAS analytics, data visualization, and machine learning capabilities in an Azure-validated environment. SAS Viya is a cloud-enabled, in-memory analytics engine. It uses elastic, scalable, and fault-tolerant processing to address complex analytical challenges. SAS Viya provides faster processing for analytics by using a standardized code base that supports programming in SAS, Python, R, Java, and Lua. It also supports cloud, on-premises, or hybrid environments and deploys seamlessly to any infrastructure or application ecosystem.
Multi VM Template with Managed Disk
This template will create N number of VM's with managed disks, public IPs and network interfaces. It will create the VMs in a single Availability Set. They will be provisioned in a Virtual Network which will also be created as part of the deployment
This template shows how to create a DNS server that forwards queries to Azure's internal DNS servers. This is useful for setting up DNS resultion between virtual networks (as described in https://azure.microsoft.com/documentation/articles/virtual-networks-name-resolution-for-vms-and-role-instances/).
Deploy a simple Ubuntu Linux VM
This template allows you to deploy a simple Linux VM using a few different options for the Ubuntu version, using the latest patched version. This will deploy a A1 size VM in the resource group location and return the FQDN of the VM.
Joins an existing Windows VM to AD Domain
This template allows you to join an already exitsing Windows virtual machine into an existing Active Directory Domain. For this template to work you need an existing virtual machine, an AD Domain and a Domain Controller that has communication with this virtual machine and DNS settings that will allow this virtual machine to resolve the Domain DNS name.
Join a VM to an existing domain
This template demonstrates domain join to a private AD domain up in cloud.
Azure Databricks All-in-one Template for VNet Injection
This template allows you to create a network security group, a virtual network and an Azure Databricks workspace with the virtual network.
VM Scale Set with autoscale running an IIS WebApp
Deploys a Windows VM Scale Set running IIS and a very basic .NET MVC web app. The VMSS PowerShell DSC Extension is leveraged to do the IIS install and WebDeploy package deployment.
Create a VM from Image Version
This template allows you to create a Virtual Machines from an Image Version in a Shared Image Gallery. This template also deploys a Virtual Network, Public IP addresses and a Network Interface. Please ensure that you have created an Image Version using Image Version 101 Template first.
Azure Databricks Workspace with VNet Injection
This template allows you to create an Azure Databricks workspace with a custom virtual network.
Migrate to Azure SQL database using Azure DMS
The Azure Database Migration Service (DMS) is designed to streamline the process of migrating on-premises databases to Azure. DMS will simplify the migration of existing on-premises SQL Server and Oracle databases to Azure SQL Database, Azure SQL Managed Instance or Microsoft SQL Server in an Azure Virtual Machine. This template would deploy an instance of Azure Database Migration service, an Azure VM with SQL server installed on it which will act as a Source server with pre created database on it and a Target Azure SQL DB server which will have a pre-created schema of the database to be migrated from Source to Target server. The template will also deploy the required resources like NIC, vnet etc for supporting the Source VM, DMS service and Target server.
Create Storage Account and Blob Container
Creates an Azure Storage account and a blob container. Template originally authored by John Downs.
Push a certificate onto a Windows VM
Push a certificate onto a Windows VM. Create the Key Vault using the template at http://azure.microsoft.com/en-us/documentation/templates/101-create-key-vault
Install Configuration Manager Current Branch in Azure
This template creates 4 new Azure VMs. It configures a new AD domain controler , a new standalone primary site with SQL Server, a remote site system server with Management Point and Distribution Point and a client.
Add an access policy to an existing KeyVault without removing existing policies.
Create an Ubuntu GNOME desktop
This template creates an ubuntu desktop machine. This works great for use as a jumpbox behind a NAT.
Log Analytics based Monitoring and Reporting solution for Azure Backup
Azure backup solution using Log Analytics