Microsoft Azure Architect Technologies (legacy) — Question 66

You have an Azure subscription that contains an Azure Service Fabric cluster and a Service Fabric application named FabricApp.
You develop and package a Service Fabric application named AppPackage. AppPackage is saved in a compressed folder named AppPackage.zip.
You upload AppPackage.zip to an external store.
You need to register AppPackage in the Azure subscription.
What should you do first?

Answer options

Correct answer: B

Explanation

The correct answer is B because the Service Fabric requires the application to be in the .sfpkg format for registration. The other options do not address the need to repackage the application in the required format before it can be registered in the Azure subscription.