Skip to content

Commit b64e0e5

Browse files
Merge pull request #280650 from seligj95/patch-3
web job bug
2 parents 8cd2f4d + c669b07 commit b64e0e5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/app-service/environment/side-by-side-migrate.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ Side-by-side migration requires a three to six hour service window for App Servi
197197

198198
When this step completes, your application traffic is still going to your old App Service Environment v2 front ends and the inbound IP that was assigned to it. However, your apps are actually running on workers in your new App Service Environment v3.
199199

200+
> [!NOTE]
201+
> Due to a known bug, web jobs might not start during the hybrid deployment step. If you use web jobs, this bug might cause app issues/downtime. Open a support case if you have any questions or concerns about this issue.
202+
>
203+
200204
### Get the inbound IP address for your new App Service Environment v3 and update dependent resources
201205

202206
The new inbound IP address is given so that you can set up new endpoints with services like [Traffic Manager](../../traffic-manager/traffic-manager-overview.md) or [Azure Front Door](../../frontdoor/front-door-overview.md) and update any of your private DNS zones. Don't move on to the next step until you make these changes. There's downtime if you don't update dependent resources with the new inbound IP. **It's your responsibility to update any and all resources that are impacted by the IP address change associated with the new App Service Environment v3. Don't move on to the next step until you've made all required updates.**
@@ -389,7 +393,11 @@ If you're using a system assigned managed identity for your custom domain suffix
389393

390394
After you complete all of the preceding steps, you can start the migration. Make sure that you understand the [implications of migration](#migrate-to-app-service-environment-v3).
391395

392-
This step takes three to six hours complete. During that time, there's no application downtime. Scaling, deployments, and modifications to your existing App Service Environment are blocked during this step.
396+
This step takes three to six hours complete. During that time, there's no application downtime if you've followed the previous steps. Scaling, deployments, and modifications to your existing App Service Environment are blocked during this step.
397+
398+
> [!NOTE]
399+
> Due to a known bug, web jobs might not start during the hybrid deployment step. If you use web jobs, this bug may cause app issues/downtime. Open a support case if you have any questions or concerns about this issue.
400+
>
393401
394402
Run the following command to start the migration:
395403

0 commit comments

Comments
 (0)