Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Hub: Publisher Role Minimum Instances and SKUs for Production Deployment

Minimum Instances and SKUs for Publisher Role in Azure Stack Hub

Question

Publisher is the App Service Server Role in Azure Stack Hub who Publishes content via FTP and web deployment.

Choose the minimum number of instances and SKUs for the publisher role in a production deployment.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answer: C

The following table shows the various roles in a production deployment with their minimum instances, minimum SKUs, and description.

Role

Controller

Management

Publisher

FrontEnd

Shared
Worker

Minimum
instances

Minimum SKU

Standard_Ad_v2 - (4
cores, 8192 MB)

Standard_D3_v2 - (4
cores, 14336 MB)

Standard_A2_v2 - (2
cores, 4096 MB)

Standard_Ad_v2 - (4
cores, 8192 MB)

Standard_Ad_v2 - (4
cores, 8192 MB)

Notes

Manages and maintains the health of the App Service cloud.

Manages the App Service Azure Resource Manager and API
endpoints, portal extensions (admin, tenant, Functions portal), and
the data service. To support failover, increase the recommended
instances to 2.

Publishes content via FTP and web deployment.

Routes requests to App Service apps.

Hosts web or API apps and Azure Functions apps. You might want
to add more instances. As an operator, you can define your offering
and choose any SKU tier. The tiers must have a minimum of one
vCPU.

Option A is incorrect.

The minimum instances and minimum SKUs for the controller role in a production deployment are 2 and Standard_A4_v2 - (4 cores, 8192 MB) respectively.

Option B is incorrect.

The given are the minimum instances and SKUs for the FrontEnd role.

Option C is correct.

The minimum instances and minimum SKUs for the Publisher role in a production deployment are 1, Standard_A2_v2 - (2 cores, 4096 MB) respectively.

Option D is incorrect.

The given option is not correct.

To know more about Deploying App Service in Azure Stack Hub, please visit the below-given link:

The publisher role in Azure Stack Hub is responsible for publishing content via FTP and web deployment, which means it plays an important role in the deployment of applications and services in a production environment.

When it comes to determining the minimum number of instances and SKUs for the publisher role in a production deployment, several factors need to be considered, including the expected workload and the level of redundancy required for high availability.

Option A suggests deploying two instances of the publisher role using the Standard_A4_v2 SKU. This SKU offers 4 cores and 8 GB of memory per instance, which should be sufficient for moderate to heavy workloads. Having two instances provides redundancy in case one instance fails or needs maintenance. This redundancy ensures that the publisher role remains available to publish content even in the event of a failure.

Option B suggests deploying a single instance of the publisher role using the Standard_A4_v2 SKU. While this SKU offers the same amount of resources as option A, having a single instance means that there is no redundancy built-in. This can be a risk in a production environment where high availability is critical.

Option C suggests deploying a single instance of the publisher role using the Standard_A2_v2 SKU. This SKU offers 2 cores and 4 GB of memory per instance, which is less than the Standard_A4_v2 SKU. While this might be sufficient for light workloads, it might not be enough for moderate to heavy workloads. Having a single instance also means that there is no redundancy built-in.

Option D suggests deploying two instances of the publisher role using the Standard_A2_v2 SKU. While this provides redundancy, it might not be sufficient for moderate to heavy workloads. This SKU offers 2 cores and 4 GB of memory per instance, which might be limiting for resource-intensive applications.

In summary, based on the provided options, the best choice for a production deployment of the publisher role in Azure Stack Hub would be option A, which suggests deploying two instances of the publisher role using the Standard_A4_v2 SKU. This provides sufficient resources for moderate to heavy workloads and redundancy to ensure high availability.