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: content/guided-workshop/exercises/7-create-environment.md
-63Lines changed: 0 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,69 +210,6 @@ You've prepped everything on both Azure and your repository, and created the wor
210
210
211
211
The workflow will now run and create the resources! This will take several minutes. You may need to refresh the page to see it start running. Once running, you can navigate into the workflow run to view the log and track the progress.
212
212
213
-
## Debugging the workflow
214
-
215
-
If you see error messages such as:
216
-
217
-
```
218
-
Code: MissingSubscriptionRegistration
219
-
Message: The subscription is not registered to use namespace {resource-provider-namespace}
Congratulations! You have new defined a workflow which uses infrastructure as code (IaC) to create the resources necessary for deployment. This allows you to quickly create a consistent environment, reducing overhead and errors. Let's close everything out by [implementing continuous deployment](8-deployment.md).
0 commit comments