migrate projects
Deploys a migrate projects in Azure.
Summary
Module to deploy a migrate projects with monitoring capabilities.
| Property |
Value |
| Owner |
platform-team |
| Support |
Support |
| Version |
1.0.2 |
Resource Types
| Resource Type |
Microsoft.Migrate/migrateProjects |
Usage
module migrate_projects 'br:geitbicepmodweucr01.azurecr.io/bicep/modules/migration/migrate_projects:1.0.2' = {
name: 'migrate_projects'
params: {
// Required parameters
par_migrate_projects_name: <string>
}
}
Parameters
| Name |
Type |
Description |
Default |
par_location |
string |
Optional. Location of the migrate project. Defaults to the resource group location. |
[resourceGroup().location] |
par_migrate_projects_name |
string |
Required. The name of the migrate project. |
required |
par_public_network_access |
string |
Optional. State of public network access to the migrate project. Defaults to Disabled, which is the WAF-aligned default. |
Disabled |
par_tags |
object |
Optional. Tags to be applied to the migrate project. Defaults to an empty object. |
`` |
par_utility_storage_account_id |
string |
Optional. Resource ID of the storage account the migrate project uses as its utility storage account. Defaults to empty, meaning no utility storage account is associated with the project. |
`` |
Outputs
| Name |
Type |
Description |
out_migrate_projects_id |
string |
Resource ID of the migrate project created. |
out_migrate_projects_name |
string |
Name of the migrate project created. |
Versions
Pin an exact version. Ranges are not supported.
| Version |
Reference |
1.0.2 (latest) |
br/Euvic-Modules:migration/migrate_projects:1.0.2 |
1.0.1 |
br/Euvic-Modules:migration/migrate_projects:1.0.1 |