зеркало из https://github.com/Azure/vdc.git
analysis.services module updates
updates and fixes to readme.md
This commit is contained in:
Родитель
b6d3549ebe
Коммит
fab2043241
|
@ -2,7 +2,6 @@
|
|||
|
||||
This module deploys Analysis Services.
|
||||
|
||||
|
||||
## Resources
|
||||
|
||||
The following Resources are deployed.
|
||||
|
@ -10,14 +9,13 @@ The following Resources are deployed.
|
|||
+ **Microsoft.AnalysisServices/servers**
|
||||
+ **Microsoft.AnalysisServices/servers/providers/diagnosticsettings**
|
||||
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter Name | Default Value | Required | Description |
|
||||
| :- | :- | :- |:- |
|
||||
| `serverName` || **Required** | The name of the Azure Analysis Services server to create
|
||||
| `Location` || **Optional** | Location of the Azure Analysis Services server.
|
||||
| `skuName` | S0 | **Optional** | The sku name of the Azure Analysis Services server to create.
|
||||
| `Location` || **Optional** | Location of the Azure Analysis Services server
|
||||
| `skuName` | S0 | **Optional** | The sku name of the Azure Analysis Services server to create
|
||||
| `skuCapacity` | 1 | **Optional** | The total number of query replica scale-out instances
|
||||
| `firewallSettings` | AllowFromAll | **Optional** | The inbound firewall rules to define on the server. If not specified, firewall is disabled
|
||||
| `diagnosticStorageAccountId` || **Required** | Resource identifier of the Diagnostic Storage Account
|
||||
|
@ -29,8 +27,6 @@ The following Resources are deployed.
|
|||
| `tagApplication` || **Optional** | The name of the application
|
||||
| `tagOwner` || **Optional** | The business owner for the application
|
||||
| `tagOwnerEmail` || **Optional** | The Email address of the business owner for the application
|
||||
|
||||
|
||||
## Outputs
|
||||
|
||||
| Output Name | Description |
|
||||
|
@ -39,17 +35,16 @@ The following Resources are deployed.
|
|||
| `analysisServicesResourceId` | Analysis Services ResourceId output parameter
|
||||
| `analysisServicesResourceGroup` | Analysis Services ResourceGroup output parameter
|
||||
|
||||
|
||||
## Scripts
|
||||
|
||||
+ There is no Scripts for this Module
|
||||
|
||||
| Script Name | Description |
|
||||
| :- | :- |
|
||||
| `analysis.services.akv.secrects.ps1` | Set Analysis Services KeyVault Secrets Automation Script
|
||||
|
||||
## Considerations
|
||||
|
||||
+ There is no deployment considerations for this Module
|
||||
|
||||
|
||||
## Additional resources
|
||||
|
||||
[Microsoft Analysis Services template reference](https://docs.microsoft.com/en-us/azure/templates/microsoft.analysisservices/allversions)
|
Загрузка…
Ссылка в новой задаче