You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-developer-cli/azd-extensibility.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,8 +277,4 @@ echo 'Running "prepdocs.py"'
277
277
--tenantid "$AZURE_TENANT_ID" -v
278
278
```
279
279
280
-
## Next steps
281
-
282
-
For more information about hooks running in interactive mode by default, debugging capabilities, and enhanced schema validation, see [interactive hooks mode](interactive-hooks.md).
Copy file name to clipboardExpand all lines: articles/azure-developer-cli/azd-init-workflow.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ For advanced users who want to start with a minimal setup and customize everythi
113
113
azd init --minimal
114
114
```
115
115
116
-
2. When prompted, enter a name for your `azd` template and press Enter. Make sure to follow the [project name validation rules](project-name-validation.md) to prevent deployment failures.
116
+
2. When prompted, enter a name for your `azd` template and press Enter.
117
117
118
118
```output
119
119
? How do you want to initialize your app? Create a minimal project
@@ -142,9 +142,9 @@ For advanced users who want to start with a minimal setup and customize everythi
142
142
- Use the `azd add` [compose feature](azd-compose.md) to start adding Azure resources to your app
143
143
- Customize your `azure.yaml` file to define your services and resources
144
144
145
-
## Project name and Azure resource naming
145
+
## Project and Azure resource naming
146
146
147
-
When you initialize a new or existing project, the project name is setin`azure.yaml`. The project name serves as a prefix for Azure resource names created during the provisioning process. By adhering to the validation rules, you ensure that generated Azure resource names will also be valid.
147
+
When you initialize a new or existing project, the project name is setin`azure.yaml`. The project name acts as a prefix for Azure resource names created during the provisioning process. By adhering to the validation rules, you ensure that generated Azure resource names will also be valid.
148
148
149
149
In Bicep or Terraform templates, the project name is often used as a base for constructing resource names, combined with the environment name and other elements. For example:
150
150
@@ -163,7 +163,7 @@ When using `azd init` to initialize a project or when creating a new project nam
163
163
| Allowed characters | Project names can include lowercase letters, numbers, and hyphens only. |
164
164
| Starting character | Project names must start with a letter. |
165
165
| Ending character | Project names must not end with a hyphen. |
166
-
| Length | Project names must be between 1 and 58 characters long. |
166
+
| Length | Project names must be between 2 and 63 characters long. |
These validation rules ensure that your project name will be compatible with the naming requirements of Azure resources and prevent service packaging failures during deployment.
0 commit comments