To Slot Definition
Copies a deployment slot to another deployment slot of an app.
Description for Copies a deployment slot to another deployment slot of an app.
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
path | True |
| Name of the app. | |
resourceGroupName | path | True |
| Name of the resource group to which the resource belongs. Regex pattern: |
path | True |
| Name of the source slot. If a slot is not specified, the production slot is used as the source slot. | |
subscriptionId | path | True |
| Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). |
query | True |
| API Version |
Slot: 1 n a small slit (as for inserting a coin or depositing mail) “he put a quarter in the slot ” Types: coin slot a slot through which coins can be inserted into a slot machine mail slot a slot (usually in a door) through which mail can be delivered Type of: slit a long narrow opening n a time assigned on a schedule or agenda “the TV. Definition of SLOT (noun): long narrow hole that something fits into; time when something is arranged to happen; job someone has as part of team.
Request Body
Name | Required | Type | Description |
---|---|---|---|
siteConfig | True | The site object which will be merged with the source slot siteto produce new destination slot site object. | |
targetSlot | True |
| Destination deployment slot during copy operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK | OK. | |
202 Accepted | Operation is in progress. | |
Other Status Codes | App Service error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Copy slot
Sample Request
Definitions
ApiDefinitionInfo | Information about the formal API definition for the app. |
ApiManagementConfig | Azure API management (APIM) configuration linked to the app. |
AutoHealActions | Actions which to take by the auto-heal module when a rule is triggered. |
AutoHealActionType | Predefined action to be taken. |
AutoHealCustomAction | Custom action to be executedwhen an auto heal rule is triggered. |
AutoHealRules | Rules that can be defined for auto-heal. |
AutoHealTriggers | Triggers for auto-heal. |
ConnectionStringType | Type of database. |
ConnStringInfo | Database connection string information. |
CorsSettings | Cross-Origin Resource Sharing (CORS) settings for the app. |
CsmCopySlotEntity | Copy deployment slot parameters. |
DefaultErrorResponse | App Service error response. |
Details | |
Error | Error model. |
Experiments | Routing rules in production experiments. |
FtpsState | State of FTP / FTPS service |
HandlerMapping | The IIS handler mappings used to define which handler processes HTTP requests with certain extension.For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension. |
IpFilterTag | Defines what this IP filter will be used for. This is to support IP filtering on proxies. |
IpSecurityRestriction | IP security restriction on an app. |
ManagedPipelineMode | Managed pipeline mode. |
NameValuePair | Name value pair. |
PushSettings | Push settings for the App. |
RampUpRule | Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance. |
RequestsBasedTrigger | Trigger based on total requests. |
ScmType | SCM type. |
SiteConfig | Configuration of an App Service app. |
SiteLimits | Metric limits set on an app. |
SiteLoadBalancing | Site load balancing. |
SiteMachineKey | MachineKey of an app. |
SlowRequestsBasedTrigger | Trigger based on request execution time. |
StatusCodesBasedTrigger | Trigger based on status code. |
SupportedTlsVersions | MinTlsVersion: configures the minimum version of TLS required for SSL requests |
VirtualApplication | Virtual application in an app. |
VirtualDirectory | Directory for virtual application. |
ApiDefinitionInfo
Information about the formal API definition for the app.
Name | Type | Description |
---|---|---|
url |
| The URL of the API definition. |
ApiManagementConfig
Azure API management (APIM) configuration linked to the app.
Name | Type | Description |
---|---|---|
id |
| APIM-Api Identifier. |
AutoHealActions
Actions which to take by the auto-heal module when a rule is triggered.
Name | Type | Description |
---|---|---|
actionType | Predefined action to be taken. | |
customAction | Custom action to be taken. | |
minProcessExecutionTime |
| Minimum time the process must executebefore taking the action |
AutoHealActionType
Predefined action to be taken.
Name | Type | Description |
---|---|---|
CustomAction |
| |
LogEvent |
| |
Recycle |
|
AutoHealCustomAction
Custom action to be executedwhen an auto heal rule is triggered.
Name | Type | Description |
---|---|---|
exe |
| Executable to be run. |
parameters |
| Parameters for the executable. |
AutoHealRules
Rules that can be defined for auto-heal.
Name | Type | Description |
---|---|---|
actions | Actions to be executed when a rule is triggered. | |
triggers | Conditions that describe when to execute the auto-heal actions. |
AutoHealTriggers
Triggers for auto-heal.
Name | Type | Description |
---|---|---|
privateBytesInKB |
| A rule based on private bytes. |
requests | A rule based on total requests. | |
slowRequests | A rule based on request execution time. | |
statusCodes |
| A rule based on status codes. |
ConnectionStringType
Type of database.
Name | Type | Description |
---|---|---|
ApiHub |
| |
Custom |
| |
DocDb |
| |
EventHub |
| |
MySql |
| |
NotificationHub |
| |
PostgreSQL |
| |
RedisCache |
| |
SQLAzure |
| |
SQLServer |
| |
ServiceBus |
|
ConnStringInfo
Database connection string information.
Name | Type | Description |
---|---|---|
connectionString |
| Connection string value. |
name |
| Name of connection string. |
type | Type of database. |
CorsSettings
Cross-Origin Resource Sharing (CORS) settings for the app.
Name | Type | Description |
---|---|---|
allowedOrigins |
| Gets or sets the list of origins that should be allowed to make cross-origincalls (for example: http://example.com:12345). Use '*' to allow all. |
supportCredentials |
| Gets or sets whether CORS requests with credentials are allowed. Seehttps://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentialsfor more details. |
CsmCopySlotEntity
Copy deployment slot parameters.
Name | Type | Description |
---|---|---|
siteConfig | The site object which will be merged with the source slot siteto produce new destination slot site object. | |
targetSlot |
| Destination deployment slot during copy operation. |
DefaultErrorResponse
App Service error response.
Name | Type | Description |
---|---|---|
error | Error model. |
Details
Name | Type | Description |
---|---|---|
code |
| Standardized string to programmatically identify the error. |
message |
| Detailed error description and debugging information. |
target |
| Detailed error description and debugging information. |
Error
Error model.
Name | Type | Description |
---|---|---|
code |
| Standardized string to programmatically identify the error. |
details |
| Detailed errors. |
innererror |
| More information to debug error. |
message |
| Detailed error description and debugging information. |
target |
| Detailed error description and debugging information. |
Experiments
Routing rules in production experiments.
Name | Type | Description |
---|---|---|
rampUpRules |
| List of ramp-up rules. |
FtpsState
State of FTP / FTPS service
Name | Type | Description |
---|---|---|
AllAllowed |
| |
Disabled |
| |
FtpsOnly |
|
HandlerMapping
The IIS handler mappings used to define which handler processes HTTP requests with certain extension.For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.
Name | Type | Description |
---|---|---|
arguments |
| Command-line arguments to be passed to the script processor. |
extension |
| Requests with this extension will be handled using the specified FastCGI application. |
scriptProcessor |
| The absolute path to the FastCGI application. |
IpFilterTag
Defines what this IP filter will be used for. This is to support IP filtering on proxies.
Name | Type | Description |
---|---|---|
Default |
| |
XffProxy |
|
IpSecurityRestriction
IP security restriction on an app.
Name | Type | Description |
---|---|---|
action |
| Allow or Deny access for this IP range. |
description |
| IP restriction rule description. |
ipAddress |
| IP address the security restriction is valid for.It can be in form of pure ipv4 address (required SubnetMask property) orCIDR notation such as ipv4/mask (leading bit match). For CIDR,SubnetMask property must not be specified. |
name |
| IP restriction rule name. |
priority |
| Priority of IP restriction rule. |
subnetMask |
| Subnet mask for the range of IP addresses the restriction is valid for. |
subnetTrafficTag |
| (internal) Subnet traffic tag |
tag | Defines what this IP filter will be used for. This is to support IP filtering on proxies. | |
vnetSubnetResourceId |
| Virtual network resource id |
vnetTrafficTag |
| (internal) Vnet traffic tag |
ManagedPipelineMode
Managed pipeline mode.
Name | Type | Description |
---|---|---|
Classic |
| |
Integrated |
|
NameValuePair
Name value pair.
Name | Type | Description |
---|---|---|
name |
| Pair name. |
value |
| Pair value. |
PushSettings
Push settings for the App.
Name | Type | Description |
---|---|---|
id |
| Resource Id. |
kind |
| Kind of resource. |
name |
| Resource Name. |
properties.dynamicTagsJson |
| Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint. |
properties.isPushEnabled |
| Gets or sets a flag indicating whether the Push endpoint is enabled. |
properties.tagWhitelistJson |
| Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint. |
properties.tagsRequiringAuth |
| Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.Tags can consist of alphanumeric characters and the following:'_', '@', '#', '.', ':', '-'.Validation should be performed at the PushRequestHandler. |
type |
| Resource type. |
RampUpRule
Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.
Name | Type | Description |
---|---|---|
actionHostName |
| Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net. |
changeDecisionCallbackUrl |
| Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.https://www.siteextensions.net/packages/TiPCallback/ |
changeIntervalInMinutes |
| Specifies interval in minutes to reevaluate ReroutePercentage. |
changeStep |
| In auto ramp up scenario this is the step to add/remove from |
maxReroutePercentage |
| Specifies upper boundary below which ReroutePercentage will stay. |
minReroutePercentage |
| Specifies lower boundary above which ReroutePercentage will stay. |
name |
| Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment. |
reroutePercentage |
| Percentage of the traffic which will be redirected to |
RequestsBasedTrigger
Trigger based on total requests.
Name | Type | Description |
---|---|---|
count |
| Request Count. |
timeInterval |
| Time interval. |
ScmType
SCM type.
Name | Type | Description |
---|---|---|
BitbucketGit |
| |
BitbucketHg |
| |
CodePlexGit |
| |
CodePlexHg |
| |
Dropbox |
| |
ExternalGit |
| |
ExternalHg |
| |
GitHub |
| |
LocalGit |
| |
None |
| |
OneDrive |
| |
Tfs |
| |
VSO |
| |
VSTSRM |
|
SiteConfig
To Slot Definition
Configuration of an App Service app.
Name | Type | Description |
---|---|---|
acrUseManagedIdentityCreds |
| Flag to use Managed Identity Creds for ACR pull |
acrUserManagedIdentityID |
| If using user managed identity, the user managed identity ClientId |
alwaysOn |
|
|
apiDefinition | Information about the formal API definition for the app. | |
apiManagementConfig | Azure API management settings linked to the app. | |
appCommandLine |
| App command line to launch. |
appSettings |
| Application settings. |
autoHealEnabled |
|
|
autoHealRules | Auto Heal rules. | |
autoSwapSlotName |
| Auto-swap slot name. |
connectionStrings |
| Connection strings. |
cors | Cross-Origin Resource Sharing (CORS) settings. | |
defaultDocuments |
| Default documents. |
detailedErrorLoggingEnabled |
|
|
documentRoot |
| Document root. |
experiments | This is work around for polymorphic types. | |
ftpsState | State of FTP / FTPS service | |
handlerMappings |
| Handler mappings. |
healthCheckPath |
| Health check path |
http20Enabled |
| Http20Enabled: configures a web site to allow clients to connect over http2.0 |
httpLoggingEnabled |
|
|
ipSecurityRestrictions |
| IP security restrictions for main. |
javaContainer |
| Java container. |
javaContainerVersion |
| Java container version. |
javaVersion |
| Java version. |
limits | Site limits. | |
linuxFxVersion |
| Linux App Framework and version |
loadBalancing | Site load balancing. | |
localMySqlEnabled |
|
|
logsDirectorySizeLimit |
| HTTP logs directory size limit. |
machineKey | Site MachineKey. | |
managedPipelineMode | Managed pipeline mode. | |
managedServiceIdentityId |
| Managed Service Identity Id |
minTlsVersion | MinTlsVersion: configures the minimum version of TLS required for SSL requests | |
netFrameworkVersion |
| .NET Framework version. |
nodeVersion |
| Version of Node.js. |
numberOfWorkers |
| Number of workers. |
phpVersion |
| Version of PHP. |
powerShellVersion |
| Version of PowerShell. |
preWarmedInstanceCount |
| Number of preWarmed instances.This setting only applies to the Consumption and Elastic Plans |
publishingUsername |
| Publishing user name. |
push | Push endpoint settings. | |
pythonVersion |
| Version of Python. |
remoteDebuggingEnabled |
|
|
remoteDebuggingVersion |
| Remote debugging version. |
requestTracingEnabled |
|
|
requestTracingExpirationTime |
| Request tracing expiration time. |
scmIpSecurityRestrictions |
| IP security restrictions for scm. |
scmIpSecurityRestrictionsUseMain |
| IP security restrictions for scm to use main. |
scmType | SCM type. | |
tracingOptions |
| Tracing options. |
use32BitWorkerProcess |
|
|
virtualApplications |
| Virtual applications. |
vnetName |
| Virtual Network name. |
webSocketsEnabled |
|
|
windowsFxVersion |
| Xenon App Framework and version |
xManagedServiceIdentityId |
| Explicit Managed Service Identity Id |
SiteLimits
Metric limits set on an app.
Name | Type | Description |
---|---|---|
maxDiskSizeInMb |
| Maximum allowed disk size usage in MB. |
maxMemoryInMb |
| Maximum allowed memory usage in MB. |
maxPercentageCpu |
| Maximum allowed CPU usage percentage. |
SiteLoadBalancing
Site load balancing.
Name | Type | Description |
---|---|---|
LeastRequests |
| |
LeastResponseTime |
| |
RequestHash |
| |
WeightedRoundRobin |
| |
WeightedTotalTraffic |
|
SiteMachineKey
MachineKey of an app.
Name | Type | Description |
---|---|---|
decryption |
| Algorithm used for decryption. |
decryptionKey |
| Decryption key. |
validation |
| MachineKey validation. |
validationKey |
| Validation key. |
SlowRequestsBasedTrigger
Trigger based on request execution time.
Name | Type | Description |
---|---|---|
count |
| Request Count. |
timeInterval |
| Time interval. |
timeTaken |
| Time taken. |
StatusCodesBasedTrigger
Trigger based on status code.
Name | Type | Description |
---|---|---|
count |
| Request Count. |
status |
| HTTP status code. |
subStatus |
| Request Sub Status. |
timeInterval |
| Time interval. |
win32Status |
| Win32 error code. |
SupportedTlsVersions
MinTlsVersion: configures the minimum version of TLS required for SSL requests
Name | Type | Description |
---|---|---|
1.0 |
| |
1.1 |
| |
1.2 |
|
VirtualApplication
Virtual application in an app.
Slot To Meaning In Urdu
Name | Type | Description |
---|---|---|
physicalPath |
| Physical path. |
preloadEnabled |
|
|
virtualDirectories |
| Virtual directories for virtual application. |
virtualPath |
| Virtual path. |
VirtualDirectory
Directory for virtual application.
Name | Type | Description |
---|---|---|
physicalPath |
| Physical path. |
virtualPath |
| Path to virtual application. |
slot
To Slot Definition Dictionary
—n.- a narrow, elongated depression, groove, notch, slit, or aperture, esp. a narrow opening for receiving or admitting something, as a coin or a letter.
- a place or position, as in a sequence or series: The program received a new time slot on the broadcasting schedule.
- (esp. in tagmemics) a position having a specific grammatical function within a construction into which any one of a set of morphemes or morpheme sequences can be fit. Cf.(def. 9).
- an assignment or job opening; position: I applied for the slot in management training.
- He had the slot at the
- the interior opening in a copy desk, occupied by the chief copy editor.
- the job or position of chief copy editor:He had the slot at theGazette for 20 years. Cf.rim(def. 7).
- an allocated, scheduled time and place for an aircraft to take off or land, as authorized by an airport or air-traffic authority: 40 more slots for the new airline at U.S. airports.
- See(def. 1).
- See under (def. 2).
- a narrow notch or other similar opening between the tips of the primaries of certain birds, which during flight helps to maintain a smooth flow of air over the wings.
- an unmarked area near the front of an opponent's goal that affords a vantage for an attacking player.
- to provide with a slot or slots; make a slot in.
- to place or fit into a slot: We've slotted his appointment for four o'clock.
- to fit or be placed in a slot.
slot
- the track or trail of a deer or other animal, as shown by the marks of the feet.
- a track, trace, or trail of something.
To Slate Definition
- slot (Thesaurus)
Trending
Here are the facts and trivia that people are buzzing about.
Related Content
Area Of A Slot
- Daily Word Quiz: locution
- Analogy of the Day: Today’s Analogy