analysis.services module updates

updates and fixes to readme.md
This commit is contained in:
dwas01 2019-09-08 06:06:34 +12:00
Родитель b6d3549ebe
Коммит fab2043241
1 изменённых файлов: 5 добавлений и 10 удалений

Просмотреть файл

@ -2,7 +2,6 @@
This module deploys Analysis Services. This module deploys Analysis Services.
## Resources ## Resources
The following Resources are deployed. The following Resources are deployed.
@ -10,14 +9,13 @@ The following Resources are deployed.
+ **Microsoft.AnalysisServices/servers** + **Microsoft.AnalysisServices/servers**
+ **Microsoft.AnalysisServices/servers/providers/diagnosticsettings** + **Microsoft.AnalysisServices/servers/providers/diagnosticsettings**
## Parameters ## Parameters
| Parameter Name | Default Value | Required | Description | | Parameter Name | Default Value | Required | Description |
| :- | :- | :- |:- | | :- | :- | :- |:- |
| `serverName` || **Required** | The name of the Azure Analysis Services server to create | `serverName` || **Required** | The name of the Azure Analysis Services server to create
| `Location` || **Optional** | Location of the Azure Analysis Services server. | `Location` || **Optional** | Location of the Azure Analysis Services server
| `skuName` | S0 | **Optional** | The sku name of the Azure Analysis Services server to create. | `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 | `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 | `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 | `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 | `tagApplication` || **Optional** | The name of the application
| `tagOwner` || **Optional** | The business owner for the application | `tagOwner` || **Optional** | The business owner for the application
| `tagOwnerEmail` || **Optional** | The Email address of the business owner for the application | `tagOwnerEmail` || **Optional** | The Email address of the business owner for the application
## Outputs ## Outputs
| Output Name | Description | | Output Name | Description |
@ -39,17 +35,16 @@ The following Resources are deployed.
| `analysisServicesResourceId` | Analysis Services ResourceId output parameter | `analysisServicesResourceId` | Analysis Services ResourceId output parameter
| `analysisServicesResourceGroup` | Analysis Services ResourceGroup output parameter | `analysisServicesResourceGroup` | Analysis Services ResourceGroup output parameter
## Scripts ## Scripts
+ There is no Scripts for this Module | Script Name | Description |
| :- | :- |
| `analysis.services.akv.secrects.ps1` | Set Analysis Services KeyVault Secrets Automation Script
## Considerations ## Considerations
+ There is no deployment considerations for this Module + There is no deployment considerations for this Module
## Additional resources ## Additional resources
[Microsoft Analysis Services template reference](https://docs.microsoft.com/en-us/azure/templates/microsoft.analysisservices/allversions) [Microsoft Analysis Services template reference](https://docs.microsoft.com/en-us/azure/templates/microsoft.analysisservices/allversions)