Azure Marketplace Offering Gen 1 - ja-guzzle/guzzle_docs GitHub Wiki
- Solution template based approach being used
- TWo marketplace offer - one is VM (which is not visible) and second is solution template which captures essential information to bootstrap Guzzle instance
Pre-installed VM with following:
- Ubntu OS
- Guzzle binaries (baseline to version 0.7.23) and Guzzle home pre-setup
- Thirdparty components namely: Fuse, Elasticsearch, Node, Spark
Captures following information as part the wizard
| Item | Description |
|---|---|
| public_ip_dns | DNS name for Guzzle VM |
| admin_username | User account for Guzzle VM |
| storage_account_name | Storage account to host Guzzle binaries and configuration |
| storage_account_container | Storage container to host guzzle binaries and configuration |
| storage_account_resource_group_name | Resource group of storage account |
| guzzle_database_type | Database type for hosting Guzzle metastore |
| guzzle_database_server_name | Database server name of Guzzle metastore |
| guzzle_database_name | Database name of Guzzle metastore |
| guzzle_database_username | Username for Guzzle metastore |
| guzzle_database_password | Password for Guzzle metastore |
| databricks_workspace_name | Databricks workspace for running Guzzle jobs |
| databricks_workspace_region | Region of Databricks workspace |
| databricks_org_id | Databricks workspace id |
| databricks_access_token | Access token for Databricks workspace |
| metastore_database_type | Metastore to be used for Databricks cluster (Internal/Azure SQL) |
| metastore_database_server_name | Database server name for metastore for Databricks cluster |
| metastore_database_name | Database name for metastore for Databricks cluster |
| metastore_database_username | Username for metastore for Databricks cluster |
| metastore_database_password | User password for metastore for Databricks cluster |
| enable_atlas | To enable Apache Atlas for Governance |
| enable_microsoft_oauth | Enable SSO using Azure OAuth |
| microsoft_oauth_client_id | Service Principal to (Client ID) for SSO using Azure OAuth |
| microsoft_oauth_client_secret | Client Secret for SSO using Azure OAuth |