{"id":20156159,"url":"https://github.com/dsccommunity/xazurepack","last_synced_at":"2025-12-11T21:32:06.567Z","repository":{"id":30468234,"uuid":"34022219","full_name":"dsccommunity/xAzurePack","owner":"dsccommunity","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-15T05:02:42.000Z","size":155,"stargazers_count":7,"open_issues_count":3,"forks_count":7,"subscribers_count":20,"default_branch":"dev","last_synced_at":"2025-06-29T11:04:39.362Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsccommunity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-15T22:42:56.000Z","updated_at":"2024-09-01T23:10:02.000Z","dependencies_parsed_at":"2022-08-22T23:40:32.282Z","dependency_job_id":null,"html_url":"https://github.com/dsccommunity/xAzurePack","commit_stats":null,"previous_names":["powershell/xazurepack"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dsccommunity/xAzurePack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxAzurePack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxAzurePack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxAzurePack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxAzurePack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsccommunity","download_url":"https://codeload.github.com/dsccommunity/xAzurePack/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FxAzurePack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268333942,"owners_count":24233782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T23:37:50.289Z","updated_at":"2025-12-11T21:32:06.490Z","avatar_url":"https://github.com/dsccommunity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/prt9elpmmiuyg508/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xazurepack/branch/master)\r\n\r\n# xAzurePack\r\n\r\nThe **xAzurePack** module contains resources for installation and configuration of Windows Azure Pack.\r\n\r\nThis module includes 8 DSC resources that automate provisioning of resources in Microsoft Azure.\r\n\r\n*   **xAzurePackSetup**: for installation and initialization of Azure Pack\r\n*   **xAzurePackUpdate**: for updating an Azure Pack installation\r\n*   **xAzurePackAdmin**: for adding Azure Pack admins\r\n*   **xAzurePackFQDN**: for setting the FQDN of Azure Pack roles\r\n*   **xAzurePackDatabaseSetting**: for setting Azure Pack database settings\r\n*   **xAzurePackIdentityProvider**: for setting Azure Pack identity provider settings\r\n*   **xAzurePackRelyingParty**: for setting Azure Pack relying party settings\r\n*   **xAzurePackResourceProvider**: for registering and configuring Azure Pack resource providers\r\n\r\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\r\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\r\n\r\n## Resources\r\n\r\n### xAzurePackSetup\r\n\r\n*   **Role**: KEY - The Azure Pack role to be installed or initialized.\r\nValid roles are \"Admin API\",\"Tenant API\",\"Tenant Public API\",\"SQL Server Extension\",\"MySQL Extension\",\"Admin Site\",\"Admin Authentication Site\",\"Tenant Site\",\"Tenant Authentication Site\".\r\n\r\n*   **Action**: KEY - Install or initialize.\r\nEach role must be installed then initialized.\r\n\r\n*   **SourcePath**: REQUIRED - UNC path to the root of the source files for installation.\r\n\r\n*   **SourceFolder**: Folder within the source path containing the source files for installation.\r\n\r\n*   **SetupCredential**: REQUIRED - Credential to be used to perform the installation.\r\n\r\n*   **Passphrase**: Passphrase for the Azure Pack deployment.\r\nIf omitted, the password for SetupCredential is used.\r\n\r\n*   **SQLServer**: Database server for the Azure Pack databases.\r\n\r\n*   **SQLInstance**: Database instance for the Azure Pack databases.\r\n\r\n*   **dbUser**: SQL user to be used to create the database if the SetupCredential cannot be used.\r\n\r\n*   **EnableCeip**: Enable Customer Experience Improvement Program.\r\n\r\n\r\n### xAzurePackUpdate\r\n\r\n*   **Role**: KEY - The Azure Pack role to be updated.\r\nValid roles are \"Admin API\",\"Tenant API\",\"Tenant Public API\",\"SQL Server Extension\",\"MySQL Extension\",\"Admin Site\",\"Admin Authentication Site\",\"Tenant Site\",\"Tenant Authentication Site\".\r\n\r\n*   **SourcePath**: REQUIRED - UNC path to the root of the source files for installation.\r\n\r\n*   **SourceFolder**: Folder within the source path containing the source files for installation.\r\n\r\n*   **SetupCredential**: REQUIRED - Credential to be used to perform the installation.\r\n\r\n\r\n### xAzurePackAdmin\r\n\r\n*   **Ensure**: An enumerated value that describes if the principal is an Azure Pack admin.\r\n\r\n*   **Principal**: KEY - The Azure Pack admin principal.\r\n\r\n*   **AzurePackAdminCredential**: REQUIRED - Credential to be used to perform the installation.\r\n\r\n*   **SQLServer**: REQUIRED - Database server for the Azure Pack databases.\r\n\r\n*   **SQLInstance**: Database instance for the Azure Pack databases.\r\n\r\n*   **dbuser**: SQL user used to create the database. \u003cnew\u003e\r\n\r\n\r\n### xAzurePackFQDN\r\n\r\n*   **Namespace**: KEY - Specifies a namespace - \"AdminSite\", \"AuthSite\", \"TenantSite\", or \"WindowsAuthSite\".\r\n\r\n*   **FullyQualifiedDomainName**: REQUIRED - Specifies a Fully Qualified Domain Name (FQDN).\r\n\r\n*   **Port**: Specifies a port number.\r\n\r\n*   **AzurePackAdminCredential**: REQUIRED - Credential to be used to perform the installation.\r\n\r\n*   **SQLServer**: REQUIRED - Database server for the Azure Pack databases.\r\n\r\n*   **SQLInstance**: Database instance for the Azure Pack databases.\r\n\r\n*   **dbuser**: SQL user used to create the database. \u003cnew\u003e\r\n\r\n### xAzurePackDatabaseSetting\r\n\r\n*   **Namespace**: KEY - Specifies a namespace - \"AdminSite\" or \"TenantSite\"\r\n*   **Name**: KEY - Specifies the name of the setting.\r\n\r\n*   **Value**: REQUIRED - Specifies the value of the setting.\r\n\r\n*   **AzurePackAdminCredential**: REQUIRED - Credential to be used to perform the installation.\r\n\r\n*   **SQLServer**: REQUIRED - Database server for the Azure Pack databases.\r\n\r\n*   **SQLInstance**: Database instance for the Azure Pack databases.\r\n\r\n*   **dbuser**: SQL user used to create the database. \u003cnew\u003e\r\n\r\n\r\n### xAzurePackIdentityProvider\r\n\r\n*   **Target**: KEY - Specifies the target site - \"Membership\" or \"Windows\".\r\n\r\n*   **FullyQualifiedDomainName**: REQUIRED - Specifies a Fully Qualified Domain Name (FQDN).\r\n\r\n*   **Port**: Specifies a port number.\r\n\r\n*   **AzurePackAdminCredential**: REQUIRED - Credential to be used to perform the installation.\r\n\r\n*   **SQLServer**: REQUIRED - Database server for the Azure Pack databases.\r\n\r\n*   **SQLInstance**: Database instance for the Azure Pack databases.\r\n\r\n*   **dbuser**: SQL user used to create the database. \u003cnew\u003e\r\n\r\n\r\n### xAzurePackRelyingParty\r\n\r\n*   **Target**: KEY - Specifies the target site - \"Admin\" or \"Tenant\".\r\n\r\n*   **FullyQualifiedDomainName**: REQUIRED - Specifies a Fully Qualified Domain Name (FQDN).\r\n\r\n*   **Port**: Specifies a port number.\r\n\r\n*   **AzurePackAdminCredential**: REQUIRED - Credential to be used to perform the installation.\r\n\r\n*   **SQLServer**: REQUIRED - Database server for the Azure Pack databases.\r\n\r\n*   **SQLInstance**: Database instance for the Azure Pack databases.\r\n\r\n*   **dbuser**: SQL user used to create the database. \u003cnew\u003e\r\n\r\n\r\n### xAzurePackResourceProvider\r\n\r\n*   **AuthenticationSite**: REQUIRED - URL of the authentication site.\r\n\r\n*   **AdminUri**: REQUIRED - Specifies the URI of the Windows Azure Pack administrator API.\r\n\r\n*   **Name**: KEY - Specifies the name of a resource provider.\r\n\r\n*   **AzurePackAdminCredential**: REQUIRED - Credential to be used to perform the installation.\r\n\r\n*   **DisplayName**: Specifies the display name of a resource provider.\r\n\r\n*   **Enabled**: Enables the resource provider.\r\n\r\n*   **PassthroughEnabled**: Indicates whether the resource provider supports API pass-through.\r\n\r\n*   **AllowAnonymousAccess**: Specifies the URI of the Windows Azure Pack administrator API.\r\n\r\n*   **AllowMultipleInstances**: Indicates that the cmdlet allows multiple instances of the resource provider.\r\n\r\n*   **AdminForwardingAddress**: Specifies an administrative forwarding address for a resource provider.\r\n\r\n*   **AdminAuthenticationMode**: Specifies the administrative authentication mode for a resource provider - \"None\", \"Basic\", or \"Windows\".\r\n\r\n*   **AdminAuthenticationUser**: Specifies, as a PSCredential object, an administrative user name and password to connect to a resource provider.\r\n\r\n*   **AdminAuthenticationUsername**: Output for the administrative user name.\r\n\r\n*   **TenantForwardingAddress**: Specifies the tenant forwarding address of a resource provider.\r\n\r\n*   **TenantAuthenticationMode**: Specifies the tenant authentication mode for a resource provider - \"None\", \"Basic\", or \"Windows\".\r\n\r\n*   **TenantAuthenticationUser**: Specifies, as a PSCredential object, a tenant user name and password to connect to a resource provider.\r\n\r\n*   **TenantAuthenticationUsername**: Output for the tenant user name.\r\n\r\n*   **TenantSourceUriTemplate**: Specifies the tenant source URI template of a resource provider.\r\n\r\n*   **TenantTargetUriTemplate**: Specifies the tenant target URI template of a resource provider.\r\n\r\n*   **UsageForwardingAddress**: Specifies the tenant forwarding address of a resource provider.\r\n\r\n*   **UsageAuthenticationMode**: Specifies the usage authentication mode for a resource provider - \"None\", \"Basic\", or \"Windows\".\r\n\r\n*   **UsageAuthenticationUser**: Specifies, as a PSCredential object, a usage user name and password to connect to a resource provider.\r\n\r\n*   **UsageAuthenticationUsername**: Output for the usage user name.\r\n\r\n*   **HealthCheckForwardingAddress**: Specifies the health check forwarding address for a resource provider.\r\n\r\n*   **HealthCheckAuthenticationMode**: Specifies the health check authentication mode for a resource provider - \"None\", \"Basic\", or \"Windows\".\r\n\r\n*   **HealthCheckAuthenticationUser**: Specifies, as a PSCredential object, a health check user name and password to connect to a resource provider.\r\n\r\n*   **HealthCheckAuthenticationUsername**: Output for the health check user name.\r\n\r\n*   **NotificationForwardingAddress**: Specifies the notification forwarding address of a resource provider.\r\n\r\n*   **NotificationAuthenticationMode**: Specifies the notification authentication mode for a resource provider - \"None\", \"Basic\", or \"Windows\".\r\n\r\n*   **NotificationAuthenticationUser**: Specifies, as a PSCredential object, a notification user name and password to connect to a resource provider.\r\n\r\n*   **NotificationAuthenticationUsername**: Output for the notification user name.\r\n\r\n*   **InstanceId**: Specifies an ID for an instance of a resource provider.\r\n\r\n*   **InstanceDisplayName**: Specifies a display name for an instance of a resource provider.\r\n\r\n*   **MaxQuotaUpdateBatchSize**: Specifies the number of subscriptions that can be updated in a single request.\r\n\r\n*   **SubscriptionStatusPollingInterval**: Specifies the time interval at which the management service polls the resource provider for subscription status updates.\r\n\r\n*   **Type**: Specifies the type of the resource provider - \"Standard\", \"UsageProvider\", or \"CloudServiceProvider\".\r\n\r\n## Versions\r\n\r\n### Unreleased\r\n\r\n* Update appveyor.yml to use the default template.\r\n* Added default template files .codecov.yml, .gitattributes, and .gitignore, and\r\n  .vscode folder.\r\n\r\n### 1.4.0.0\r\n* Includes compatibility for Update Rollup 9.1\r\n\r\n### 1.3.0.0\r\n* Includes compatibility for Update Rollups 6/7/8\r\n* Includes update for Update Rollup 8\r\n* Includes dbuser parameter for installation\r\n* Multiple minor fixes for split deployments\r\n\r\n### 1.1.4.0\r\n* Update increased timeout for setup process to start to 60 seconds.\r\n\r\n### 1.0.0.0\r\n\r\nInitial release with the following resources\r\n*   **xAzurePackSetup**\r\n*   **xAzurePackAdmin**\r\n*   **xAzurePackFQDN**\r\n*   **xAzurePackDatabaseSetting**\r\n*   **xAzurePackIdentityProvider**\r\n*   **xAzurePackRelyingParty**\r\n*   **xAzurePackResourceProvider**\r\n\r\n## Examples\r\n\r\nAn example configuration is included in the Examples folder within the module, which also uses the xSQLServer module and xCredSSP modules\r\n\r\nAzurePack-SeperateSQL.ps1 installs all Azure Pack admin and tenant servers and SQL on a seperate server.\r\n\r\n## Contributing\r\nPlease check out common DSC Resources [contributing guidelines](https://github.com/PowerShell/DscResource.Kit/blob/master/CONTRIBUTING.md).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxazurepack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsccommunity%2Fxazurepack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fxazurepack/lists"}