Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Bicep resource definition
The servers resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.AnalysisServices/servers resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.AnalysisServices/servers@2016-05-16' = {
location: 'string'
name: 'string'
properties: {
asAdministrators: {
members: [
'string'
]
}
backupBlobContainerUri: 'string'
managedMode: int
serverMonitorMode: int
}
sku: {
capacity: int
name: 'string'
tier: 'string'
}
tags: {
{customized property}: 'string'
}
}
Property Values
Microsoft.AnalysisServices/servers
Name | Description | Value |
---|---|---|
location | Location of the Analysis Services resource. | string (required) |
name | The resource name | string Constraints: Min length = 3 Max length = 63 Pattern = ^[a-z][a-z0-9]*$ (required) |
properties | Properties of the provision operation request. | AnalysisServicesServerProperties |
sku | The SKU of the Analysis Services resource. | ResourceSku (required) |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
AnalysisServicesServerProperties
Name | Description | Value |
---|---|---|
asAdministrators | A collection of AS server administrators | ServerAdministrators |
backupBlobContainerUri | The container URI of backup blob. | string |
managedMode | The managed mode of the server (0 = not managed, 1 = managed). | int |
serverMonitorMode | The server monitor mode for AS server | int |
ResourceSku
Name | Description | Value |
---|---|---|
capacity | The number of instances in the read only query pool. | int Constraints: Min value = 1 Max value = 8 |
name | Name of the SKU level. | string (required) |
tier | The name of the Azure pricing tier to which the SKU applies. | 'Basic' 'Development' 'Standard' |
ResourceTags
Name | Description | Value |
---|
ServerAdministrators
Name | Description | Value |
---|---|---|
members | An array of administrator user identities. | string[] |
Usage Examples
Azure Verified Modules
The following Azure Verified Modules can be used to deploy this resource type.
Module | Description |
---|---|
Analysis Services Server | AVM Resource Module for Analysis Services Server |
Azure Quickstart Samples
The following Azure Quickstart templates contain Bicep samples for deploying this resource type.
Bicep File | Description |
---|---|
Create an Azure Analysis Services server using a template | This template creates an Azure Analysis Services server. |
ARM template resource definition
The servers resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.AnalysisServices/servers resource, add the following JSON to your template.
{
"type": "Microsoft.AnalysisServices/servers",
"apiVersion": "2016-05-16",
"name": "string",
"location": "string",
"properties": {
"asAdministrators": {
"members": [ "string" ]
},
"backupBlobContainerUri": "string",
"managedMode": "int",
"serverMonitorMode": "int"
},
"sku": {
"capacity": "int",
"name": "string",
"tier": "string"
},
"tags": {
"{customized property}": "string"
}
}
Property Values
Microsoft.AnalysisServices/servers
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2016-05-16' |
location | Location of the Analysis Services resource. | string (required) |
name | The resource name | string Constraints: Min length = 3 Max length = 63 Pattern = ^[a-z][a-z0-9]*$ (required) |
properties | Properties of the provision operation request. | AnalysisServicesServerProperties |
sku | The SKU of the Analysis Services resource. | ResourceSku (required) |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
type | The resource type | 'Microsoft.AnalysisServices/servers' |
AnalysisServicesServerProperties
Name | Description | Value |
---|---|---|
asAdministrators | A collection of AS server administrators | ServerAdministrators |
backupBlobContainerUri | The container URI of backup blob. | string |
managedMode | The managed mode of the server (0 = not managed, 1 = managed). | int |
serverMonitorMode | The server monitor mode for AS server | int |
ResourceSku
Name | Description | Value |
---|---|---|
capacity | The number of instances in the read only query pool. | int Constraints: Min value = 1 Max value = 8 |
name | Name of the SKU level. | string (required) |
tier | The name of the Azure pricing tier to which the SKU applies. | 'Basic' 'Development' 'Standard' |
ResourceTags
Name | Description | Value |
---|
ServerAdministrators
Name | Description | Value |
---|---|---|
members | An array of administrator user identities. | string[] |
Usage Examples
Azure Quickstart Templates
The following Azure Quickstart templates deploy this resource type.
Template | Description |
---|---|
Create an Azure Analysis Services server using a template |
This template creates an Azure Analysis Services server. |
Terraform (AzAPI provider) resource definition
The servers resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.AnalysisServices/servers resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.AnalysisServices/servers@2016-05-16"
name = "string"
parent_id = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
asAdministrators = {
members = [
"string"
]
}
backupBlobContainerUri = "string"
managedMode = int
serverMonitorMode = int
}
sku = {
capacity = int
name = "string"
tier = "string"
}
}
}
Property Values
Microsoft.AnalysisServices/servers
Name | Description | Value |
---|---|---|
location | Location of the Analysis Services resource. | string (required) |
name | The resource name | string Constraints: Min length = 3 Max length = 63 Pattern = ^[a-z][a-z0-9]*$ (required) |
properties | Properties of the provision operation request. | AnalysisServicesServerProperties |
sku | The SKU of the Analysis Services resource. | ResourceSku (required) |
tags | Resource tags | Dictionary of tag names and values. |
type | The resource type | "Microsoft.AnalysisServices/servers@2016-05-16" |
AnalysisServicesServerProperties
Name | Description | Value |
---|---|---|
asAdministrators | A collection of AS server administrators | ServerAdministrators |
backupBlobContainerUri | The container URI of backup blob. | string |
managedMode | The managed mode of the server (0 = not managed, 1 = managed). | int |
serverMonitorMode | The server monitor mode for AS server | int |
ResourceSku
Name | Description | Value |
---|---|---|
capacity | The number of instances in the read only query pool. | int Constraints: Min value = 1 Max value = 8 |
name | Name of the SKU level. | string (required) |
tier | The name of the Azure pricing tier to which the SKU applies. | 'Basic' 'Development' 'Standard' |
ResourceTags
Name | Description | Value |
---|
ServerAdministrators
Name | Description | Value |
---|---|---|
members | An array of administrator user identities. | string[] |